moment 2.29.3 changelog
Bugfixes
- #5995 [bugfix] Remove const usage
Other
- #5990 misc: fix advisory link
# moment 2.29.2 changelog | |
This is security update, adressing | |
https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4 | |
Locales with names containing forward slash `/` and backward slash `\\` are no | |
longer loaded from filesystem (they can still be used in locales which are | |
defined on the spot). | |
This might break your code, if you happen to package your own locales in |
NOTE: There are some changes in this release with questionable stability across the packaging/environment spectrum. Update with care.
React native 0.49+ crashes with dynamic requires. This is a workaround.
#!/bin/bash -x | |
set -e | |
set -o pipefail | |
REPO="moment/moment" | |
function json_escape(){ | |
echo -n "$1" | python -c 'import json,sys; print json.dumps(sys.stdin.read())' | |
} |
Datetime handling is relatively straight forward for UTC, but can get messy around DST (Daylight Savings Time), when the local clock shifts forwards or backwards one hour. During DST it's possible that a particular local time is invalid (in the middle of a forward shift) or ambiguous (in the middle of a backwards shift).
released Nov 22, 2016
#3435 [new locale] yo: Yoruba (Nigeria) locale
#3595 [bugfix] Fix accidental reference to global "value" variable
#3506 [bugfix] Fix invalid moments returning valid dates to method calls
#3563 [locale] ca: Change future relative time
#3504 [tests] Fixes #3463, parseZone not handling Z correctly (tests only)
#3591 [misc] typescript: update typescript to 2.0.8, add strictNullChecks=true
#3597 [misc] Fixed capitalization in nuget spec