Skip to content

Releases: sebastian-software/lean-intl

Release 1.0.0

20 Feb 08:01
Compare
Choose a tag to compare

Release 0.9.2

15 Feb 11:06
Compare
Choose a tag to compare
  • Reduced npm package size (eb2dca9)

Release 0.9.1

15 Feb 10:59
Compare
Choose a tag to compare
  • Down with version (510c6c2)
  • Minor fixes (137b707)
  • Auto formatting of JS code (6021dbf)
  • Doc updates (0ec1f94)
  • Added prettier for code formatting (c781d70)
  • Autofix formatting (89f5180)
  • Using centralized linting (3973ee4)
  • Cleanup deps (385c89b)
  • Updated npm/git ignore files (3f132fb)
  • Removed linting from pretest + added release scripts (71fdbfc)
  • More updates to readme (46de1f1)
  • Minor formatting fix (31b4ea6)
  • Updated readme (3c2cee4)
  • Updated readme (b2400d5)
  • Fixed tests (572cc06)
  • Filtering Plural Rules... need to check this. (8175e44)
  • Fixed running tests (2f040a9)
  • Changed output and folder (a70858c)
  • Further cleanup of html generator (957d77f)
  • Updated test suite (2b0b185)
  • Cleanup some IE8 quirks. We focus on IE>=10 and other modern browsers (2f62b97)
  • Switched to iife build (b152af9)
  • Fixed import logic for complete data package (f1c4a8b)
  • Another version bump to probably finally fix with noderunner (test) (635167f)
  • Added moduleName + updated to improved version of prepublish (f0afd6f)
  • Fixed missing prepublish for building (11c9a38)
  • Fixed babel eslint dep (3ce236c)
  • Updated deps (4d0c89c)
  • Worked on noderunner support (81a03f5)
  • Worked on noderunner test (2db4ac7)
  • Fixed disableregexprestore.js test (edc04c5)
  • Fixed sanity test (c17555b)
  • Tweak ignore file for eslint (b7c3a26)
  • Removed local transpiling solution and bundling as this is now replaced with prepublish tool (63cb2a0)
  • Tweaked package config (47f4712)
  • Worked on new publishing structure for real npm (02e3537)
  • Removed traditional browser like polyfilling test (9a6db69)
  • Removed dist builds + old build scripts (9988f33)
  • Updated test suite (98e353c)
  • Added node v7 + yarn support (d3bbd26)
  • Removed saucelabs support (1306f34)
  • Reworked meta data (268e2f9)
  • Cleanup (1c17591)
  • Updated generated locale data (c483961)
  • Updated deps + added yarn lock file (dff1104)
  • Removal bower support (0016c53)
  • updating travis (b66fbfa)
  • preparing 1.2.6 (af235a6)
  • build (2758ce7)
  • disabling saucelabs IE8 (9214f9f)
  • indentation (fab9dad)
  • (#231) simplify regex compacting expression in createRegexRestore (c3ad4d4)
  • (bug #231) Simplifications and improvements to createRegexpRestore (f91377b)
  • (bug #231) Initial fix for escaped paren related regex restoration issues (06012a9)
  • build (9ccd077)
  • build (c039eec)
  • updating error message from PR #232 (d177d17)
  • Merge branch 'patch-1' of https://github.com/i8ramin/Intl.js (c96a6f6)
  • Removed non gregorian calendar data + update dependencies #224 (f3604b8)
  • Add UnicodeExtensionSubtags operation (#236) (dba4704)
  • add complete.js for react-native bundler (#234) (980bc89)
  • Pass data.locale to Error message (b74fbd0)
  • Separate out NumberFormatToString (#230) (6ed6867)
  • issue #199: partial clean up of npm pkg (9ad9a12)
  • bumping to 1.2.5 (7b6eca7)
  • bumping to 1.2.5 (a01c793)
  • buiold (f13d4a1)
  • Regenerated locale data based on new CLDR version (c6a3ba9)
  • Regenerated libraries using new versions (d1403fb)
  • Updated deps (7c843dc)
  • Regenerated locale-data (5b1e200)
  • Removed non-gregorian calendars. API is not supported, so data might be excluded as well. Tests seems to work fine without. (6a1ab87)
  • Minor fixes to make DateTimeFormat's and NumberFormat's formatToParts pass test262 (#216) (6851426)
  • More fixes for getCanonicalLocales test262 tests (#214) (ac6926f)
  • Add Test262Error to WRAPPER_START for tests to pass (#212) (ffe8dab)
  • Don't use Array.prototype.push in getCanonicalLocales (#213) (7772261)
  • Fix defineProperty to work with Java7 Rhino JS (#207) (fb00b5a)
  • Merge pull request #208 from osela/master (947fbb8)
  • Merge pull request #210 from julka/lock_down_bable_preset_versions (c4c5186)
  • locking down versions for babel-preset-es2015 and babel-preset-es2015-rollup, as newer versions make build:lib fail (69a1a44)
  • Register 'en' locale first (5b759af)
  • fixes #190: add support for single configuration option by hardwiring some of the configuration missing from CLDR availableFormats collection. (20f322d)
  • build, fix for linting and adding new tests for #190 (0aa4f48)
  • Improve reg exp restore sanity test (b70852b)
  • Remove clause about long regexes in README (fdaeddb)
  • Rebuild to update dist/ with latest changes (edbe9ea)
  • Update the usage of createRegExpRestore (46a2051)
  • Rewrite createRegExpRestore for shorter expressions (aa62d07)
  • Allow disable of RegExp cache/restore (b5d5bf7)
  • Merge pull request #193 from headcr4sh/provide-unit-test-for-issue192 (f8c5616)
  • Provide a working unit test for Issuess #190, #192 (b1ac73c)
  • Merge pull request #194 from watilde/fix/tests (d95d690)
  • Add newDateUTC to run the sanity.js on CI (00a6b17)
  • sanity was using ambigous date value across timezones (ec31f6f)
  • build (c956f7a)
  • fixes #152, fixes #179: improving support for best bit on datatimeformat, follow up on PR #186 (88fe478)
  • Merge branch 'patch/care-pattern-in-bestmatch' of https://github.com/watilde/Intl.js (e566733)
  • logging full error information in test runner (6eac07a)
  • build (d244f71)
  • BestFitFormatMatcher: Add new penalty as a pattern (2655473)
  • Merge pull request #183 from andyearnshaw/define-properties (8b09c08)
  • fixes for tests from PR #188 (bdd9c9c)
  • tests: undefined variable "self" should be void 0 in the vm (79c4657)
  • Merge branch 'fix/test-context' of https://github.com/watilde/Intl.js (7ae54c7)
  • fixes #182: improving Object.defineProperty() detection mechanism. Spec alignment by making formatToParts a method instead of a getter. (9ba894c)
  • Merge pull request #184 from andyearnshaw/ie8-trailing-comma (3445876)
  • Fixes #185: browserify does not support require.ensure (5fe77ee)
  • tests: pass global as a context for vm (7a07be2)
  • removing all trailing commas to attempt to restore IE8 compatibility (39180f1)
  • Adding .gitattributes to fix repo language (f42df62)
  • adjusting saucelab filters (8739c03)
  • updating saucelab skips and browser matrix. (e78cd2b)
  • bump for v1.2.4 (060aa40)
  • build for 1.2.4 (79ae783)
  • forcing window.Intl to be defined if global Intl is undefined. (54ef5de)
  • 1.2.3 build (f814a88)
  • adjusting the polyfilling process for browsers (86387c7)
  • adding more sanity check to testing the polyfilling process in browsers (4d75e49)
  • bumping bower version (2e31880)
  • getting ready for 1.2.2 (dc0b6d1)
  • fixes #178: duplicate values when formatting numbers of dates (6057ef3)
  • adding basic sanity checks (e1b81ae)
  • Replace for-in with basic for loop in FormatNumber (#177) (41ada9e)
  • 1.2.1 is ready (e150378)
  • dist/ for 1.2 (204162a)
  • dist for 1.2 second attempt (b31d80a)
  • fix for the big numbers when attempting to format them (226f0b0)
  • rc2 (f8776a2)
  • better formatting. fix for most of the issues with ToRawFixed. fix for invalid NaN. (f493b39)
  • improving runner to ignore non html tests (1401545)
  • NumberFormat: update toFixed and use decimalAdjust (c91c95c)
  • more fixes related to NaN (4c219d3)
  • getting 1.2.1 as a patch to fix the issue with NaN (22ebaec)
  • fixes #172: NaN∞NaN when formatting numbers. this is solved by aligned with spec text. (ccd5a41)
  • bower to 1.2.0 (59fa681)
  • dist/ 1.2 (7b61f24)
  • Merge branch 'master' of github.com:andyearnshaw/Intl.js (9d78c98)
  • ready for 1.2 (7c9117e)
  • Support era to resolve date string (#166) (fb8dfff)
  • testing in node 5 only because 262 is using class syntax (08c47f3)
  • node 4 and 5 for travis instead of the old 0.x (cf9b09d)
  • getting ready for the release (ec3d98f)
  • 99 test262 are running smooth now for the polyfill, huge milestone. (8a640a6)
  • Fix the tests don't run correctly on CI (#167) (9edd6e1)
  • preliminar refactor to implement best fit algo to match implementations (1ffdbd8)
  • bugfixes (a721441)
  • Merge branch 'master' of github.com:andyearnshaw/Intl.js (1aae5bb)
  • Merge pull request #159 from zbraniecki/add-getcanonicallocales (0b4a3b6)
  • Add Intl.getCanonicalLocales (a92f445)
  • Merge pull request #158 from zbraniecki/update-dayperiod-name (990047f)
  • Update dayperiod token name to dayPeriod (fd6952d)
  • Fix global Intl ref in strict mode (0958d46)
  • Fix missing Intl import (5f702b6)
  • Merge pull request #155 from stasm/formattoparts-tokens (2fd2654)
  • Unify token matching in Format{DateTime,Number}ToParts (e16119a)
  • Merge pull request #153 from zbraniecki/switch-separator-to-literal (08f4c7d)
  • Switch separator to literal in DateTimeFormat.prototype.formatToParts (8bfaada)
  • Ensure ResolveLocale with BestFitMatcher returns valid language tags. spec fix 74 (5ef6f6d)
  • Merge pull request #151 from stasm/while-groups (2cedede)
  • a different fix for empty groups bug (3fa9ca5)
  • getting ready for 1.2.0-rc-1 (203cabf)
  • build (1fe6d59)
  • bugfix on DateTimeFormatToParts() (3a03220)
  • build (84408a8)
  • refactor of the entire build process to work with babel and rollup. grunt is now only used for 262, the rest are just npm commands. (07155a7)
  • numberformat to parts should guard if there is no groups (5a22b1e)
  • Merge pull request #150 from stasm/fix-percentSign (43d81a0)
  • fix {percentSign} in FormatNumberToParts (81c63f9)
  • refactor of the build process, still having two build systems :/ (4aeaff6)
  • big commit to align with new spec (splitting src/core into pieces to match sections in the spec, adopting eslint and babel). branch is still unstable. (42eea92)
  • new locale data from PR #149 NumberFormat.prototype.formatToParts (6731ed3)
  • mergin PR #149: number format to parts (b5d39ad)
  • Merge pull request #142 from zbraniecki/dtformattoparts (96b89ab)
  • Updated en-US CLDR data (7c59f0c)
  • Revert "update the CLDR data" (26334ba)
  • update the CLDR data (00b8739)
  • support {plusSign}, {minusSign}, {percentSign} (ff2fa2f)
  • wip sync with the spec in ecma402#79 (47a1b92)
  • literal (e2df59e)
  • ToRaw* operations work on strings (d14b677)
  • release v1.1.0 (90037b0)
  • cl...
Read more