Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgoli committed Aug 16, 2018
1 parent 781b030 commit 5ee6015
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
### Changelog

- 2.4.0 (2018-08-16)
- Features:
- Implement `TZID` support (#38, #261)
- Bugfixes:
- Fixed an error in Typescript output (#264)
- 2.3.6 (2018-08-14)
- Bugfixes:
- Point package.json to es5-compiled bundle (#260)
- 2.3.5 (2018-08-14)
- Features:
- Return text "every day" when all days are selected
- Bugfixes:
- Sort monthdays correctly from toText() (#101)
- Accept 0 as a valid monthday/weekday value (#153)
- Support 3-digit years (#202)
- 2.3.4 (2018-08-10)
- Fixed support for eastern hemisphere timezones (#247)
- 2.3.3 (2018-08-08)
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": "rrule",
"version": "2.3.6",
"version": "2.4.0",
"description": "JavaScript library for working with recurrence rules for calendar dates.",
"homepage": "http://jakubroztocil.github.io/rrule/",
"license": "SEE LICENSE IN LICENSE",
Expand Down

0 comments on commit 5ee6015

Please sign in to comment.