Skip to content

Commit

Permalink
bump to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
icambron committed Jul 9, 2022
1 parent 00f1d72 commit 4817697
Show file tree
Hide file tree
Showing 6 changed files with 12,084 additions and 18,719 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

# 2.5.0 (2022-07-09)

* Support for ESM-style node imports
* Fix Wednesday parsing for RFC 850 strings
* Increase number of digits allowed in ISO durations

## 2.4.0 (2022-05-08)

* Add support for parsing the ISO zone extension, like `2022-05-08T20:42:00.000-04:00[America/New_York]`
Expand Down
1 change: 1 addition & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = { presets: ["@babel/preset-env"] };
3 changes: 3 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ module.exports = {
roots: ["test"],
coverageDirectory: "build/coverage",
collectCoverageFrom: ["src/**/*.js", "!src/zone.js"],
transform: {
"^.+\\.js$": "babel-jest",
},
};
Loading

0 comments on commit 4817697

Please sign in to comment.