3af75444e1
Add Yusuke Kawasaki @kawanet to contributors
2021-12-12 10:48:47 -08:00
1bee290ce5
v0.10.1
2021-12-12 10:43:22 -08:00
dee584fda4
Improve support for v8's Date.toString time zone
2021-12-12 10:43:07 -08:00
5a1db7ba03
Update copyright and link in package.json
2021-12-12 10:41:47 -08:00
000143999d
Fix order of expected and actual values in assertions
2021-12-12 10:40:45 -08:00
ce80bc39e3
Merge pull request #83 from douglasep/master
...
fix it_IT shortMonths locale
2021-12-11 23:37:33 -08:00
Douglas E. Pereira
e0780d045f
fix it_IT shortMonths locale
2021-11-29 22:34:47 -03:00
08a9a4b738
Merge pull request #77 from kawanet/issue/76
...
re #76 : X: equivalent to %r in en_US
2017-12-04 16:53:43 -08:00
Yusuke Kawasaki
06107d286a
re #76 : X: equivalent to %r in en_US
2017-11-27 16:29:03 +09:00
8a06a30115
add keywords to package.json
2017-03-10 09:55:10 -08:00
52720f64f5
link the changelog from readme
2016-12-28 12:29:34 -08:00
d3a2095ca3
fix a typo
2016-12-28 12:27:42 -08:00
793ecfb7b4
v0.10.0
2016-12-28 12:21:09 -08:00
0fd891c2ab
update minified code
2016-12-28 12:09:55 -08:00
5e674f0a17
alphabetize contributors and update the list in package.json
2016-12-28 12:02:06 -08:00
3ed3100018
remove deprecated API, closes #55
2016-12-28 11:58:09 -08:00
c4967d51e0
fix tests broken by changes to the default locale format
2016-12-28 11:57:36 -08:00
fd648f7f19
document bundled locales and how to use them
2016-12-28 11:44:27 -08:00
efcd086585
update contributors
2016-12-28 11:33:04 -08:00
2375b9732f
add en_CA and zh_CN locales
2016-12-28 11:33:00 -08:00
335ef2ebe8
warn when trying to use a non-existent locale
2016-12-28 11:23:33 -08:00
1e41e85146
fix a bug with ordinal localization fallback
2016-12-28 11:23:19 -08:00
e571efe7bb
fix indentation and capitalize Locales constant
2016-12-28 11:23:08 -08:00
71737c8004
Merge pull request #70 from iFixit/master
...
Localizations
2016-12-28 11:02:58 -08:00
a54410d663
allow localizing ordinals
2016-12-28 10:44:44 -08:00
f6c88d0629
fix dates crossing DST boundaries for UTC, closes #71
2016-12-28 10:32:43 -08:00
02586fa41e
update minified code
2016-12-27 11:03:29 -08:00
4c747ffa2a
update contributors and copyrights
2016-12-27 11:03:09 -08:00
b4e57a851e
Merge pull request #68 from Kevin-Jin/patch-1
...
Pass through unrecognized directives
2016-12-27 10:58:05 -08:00
2294caa44b
add a comment about mis-detecting DateJS dates as locales
2016-12-27 10:57:37 -08:00
65aa4d5ea9
Merge pull request #69 from stiang/master
...
Make strftime play nice with dates that have been extended by DateJS
2016-12-27 10:52:20 -08:00
Alexandr Nikitin
f8e5b11c9b
Merge pull request #72 from IOAyman/patch-1
...
Added yarn install cmd
2016-12-08 15:58:33 +02:00
Ayman Nedjmeddine
82a8bfae79
Added yarn install cmd
2016-12-05 21:58:44 +01:00
Andrew Pirondini
fc16548517
Merge pull request #3 from iFixit/fix-typo-in-portuguese-locale
...
Fix typo in Portuguese locale
2016-10-03 11:11:59 -07:00
Andrew Pirondini
0d0f90f7eb
Fix typo in Portuguese locale
2016-10-03 10:12:53 -07:00
b1629fa333
add badges to readme
2016-09-06 18:26:12 -07:00
Stian Grytøyr
84bad921ab
Make strftime play nice with dates that have been extended by DateJS
2015-12-31 01:25:55 +01:00
Kevin Jin
f5bb098221
Consistency with existing code
...
Add test for unrecognized directives to test.js.
Add braces around if statement.
2015-10-02 21:39:02 -04:00
Kevin Jin
58f5c3fee8
Support literal percent sign
...
By the spec for strftime(3), '%%' in the format string should be replaced with '%' in the resultString.
2015-09-27 11:03:32 -04:00
Kevin Jin
72a2f418c8
Pass through unrecognized directives
...
For compatibility with strftime() on Unix, preserve the percent sign for unrecognized directives when appending to resultString.
2015-09-27 10:41:58 -04:00
a133ab1a4e
fix readme example output, closes #66
2015-08-30 16:44:18 -07:00
Andrew Pirondini
b0659a5f78
Add definitions for nine locales.
...
This adds the definitions for nine locales in the strftime file. It also
provides a function for getting a strftime localized by the locale
identifier.
2015-08-05 14:07:57 -07:00
Andrew Pirondini
870e4e3771
Merge pull request #1 from iFixit/update-strftime-for-localization
...
Update strftime for localization
2015-07-20 11:41:11 -07:00
d6f6e74351
fix example code
2015-06-11 09:53:06 -07:00
b852daca88
v0.9.2
2015-05-29 17:52:48 -07:00
93326a4d73
fix cached timestamps, closes #63
2015-05-29 17:45:20 -07:00
a213d716a6
Merge pull request #62 from pdehaan/patch-1
...
Update license attribute
2015-05-23 17:04:18 -07:00
Peter deHaan
29111d3bbb
Update license attribute
...
specifying the type and URL is deprecated:
https://docs.npmjs.com/files/package.json#license
http://npm1k.org/
2015-05-23 16:08:48 -07:00
8adfd97924
Merge pull request #60 from samsonjs/test-times
...
always use GMT to construct times in tests
2015-03-31 17:52:36 -07:00
48d143eb90
always use GMT to construct times in tests
2015-03-29 14:16:12 -07:00