Skip to content

Commit

Permalink
bump to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
icambron committed Jun 17, 2018
1 parent 574befb commit 6f2b866
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# Changelog

## 1.3.0

* **mildly breaking change** Duration.toFormat now floors its outputs instead of rounding them (see #224)
* Added 'floor' option to Duration.toFormat and deprecated the 'round' option
* Added `Dateime.toBSON`
* Fixed infinite loop when passing invalid or zero-length durations to Interval#splitBy
* Added better error handling to Duration.fromObject()

## 1.2.1

* 222x speed-up in DateTime creation for non-en locales
* `DateTime#toMillis` alias for `DateTime#valueOf`
* Fix types on zone exports
* Added `DateTime#toMillis` alias for `DateTime#valueOf`
* Fixed types on zone exports

## 1.2.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "luxon",
"version": "1.2.1",
"version": "1.3.0",
"description": "Immutable date wrapper",
"author": "Isaac Cambron",
"keywords": [
Expand Down

0 comments on commit 6f2b866

Please sign in to comment.