All Versions
58
Latest Version
Avg Release Cycle
46 days
Latest Release
1054 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v0.13.1 Changes
February 17, 2019- ๐ [NEW] Add support for Python 3.7.
- ๐ [CHANGE] Remove deprecation decorators for Arrow.range(), Arrow.span_range() and Arrow.interval(), all now return generators, wrap with list() to get old behavior.
- ๐ [FIX] Documentation and docstring updates.
-
v0.13.0 Changes
January 09, 2019- ๐ [NEW] Added support for Python 3.6.
- ๐ [CHANGE] Drop support for Python 2.6/3.3.
- [CHANGE] Return generator instead of list for Arrow.range(), Arrow.span_range() and Arrow.interval().
- [FIX] Make arrow.get() work with str & tzinfo combo.
- [FIX] Make sure special RegEx characters are escaped in format string.
- ๐ [NEW] Added support for ZZZ when formatting.
- [FIX] Stop using datetime.utcnow() in internals, use datetime.now(UTC) instead.
- [FIX] Return NotImplemented instead of TypeError in arrow math internals.
- [NEW] Added Estonian Locale.
- ๐ [FIX] Small fixes to Greek locale.
- [FIX] TagalogLocale improvements.
- โ [FIX] Added test requirements to setup.
- ๐ [FIX] Improve docs for get, now and utcnow methods.
- โ [FIX] Correct typo in depreciation warning.
-
v0.12.1 Changes
December 12, 2018- [FIX] Allow universal wheels to be generated and reliably installed.
- [FIX] Make humanize respect only_distance when granularity argument is also given.
-
v0.12.0 Changes
December 12, 2018- ๐ Fix python 2.x compatibility by adding functools-lru-cache to install_requires if version is less than 3.
-
v0.11.0 Changes
- [FIX] Fix grammar of ArabicLocale
- [NEW] Add Nepali Locale
- [FIX] Fix month name + rename AustriaLocale -> AustrianLocale
- [FIX] Fix typo in Basque Locale
- [FIX] Fix grammar in PortugueseBrazilian locale
- ๐ [FIX] Remove pip --user-mirrors flag
- [NEW] Add Indonesian Locale
-
v0.10.0 Changes
- [FIX] Fix getattr off by one for quarter
- [FIX] Fix negative offset for UTC
- โก๏ธ [FIX] Update arrow.py
-
v0.9.0 Changes
- ๐ [NEW] Remove duplicate code
- ๐ [NEW] Support gnu date iso 8601
- ๐ [NEW] Add support for universal wheels
- [NEW] Slovenian locale
- [NEW] Slovak locale
- [NEW] Romanian locale
- [FIX] respect limit even if end is defined range
- [FIX] Separate replace & shift functions
- [NEW] Added tox
- ๐ [FIX] Fix supported Python versions in documentation
- ๐ [NEW] Azerbaijani locale added, locale issue fixed in Turkish.
- ๐ [FIX] Format ParserError's raise message
-
v0.7.1 Changes
- [NEW] Esperanto locale (batisteo)
-
v0.7.0 Changes
- ๐ [FIX] Parse localized strings #228 (swistakm)
- [FIX] Modify tzinfo parameter in
get
api #221 (bottleimp) - [FIX] Fix Czech locale (PrehistoricTeam)
- [FIX] Raise TypeError when adding/subtracting non-dates (itsmeolivia)
- [FIX] Fix pytz conversion error (Kudo)
- [FIX] Fix overzealous time truncation in span_range (kdeldycke)
- [NEW] Humanize for time duration #232 (ybrs)
- [NEW] Add Thai locale (sipp11)
- [NEW] Adding Belarusian (be) locale (oire)
- [NEW] Search date in strings (beenje)
- [NEW] Note that arrow's tokens differ from strptime's. (offby1)