Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antosan committed Oct 11, 2018
1 parent 44ba27d commit 0b87d9b
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.0.0"></a>
# 1.0.0 (2018-10-11)


### Bug Fixes

* **parser:** convert dates to ISO-Strings ([53c252f](https://github.com/peerigon/scrapegoat/commit/53c252f))
* **parser:** remove etag trailing double quote ([9b32f4b](https://github.com/peerigon/scrapegoat/commit/9b32f4b))


* Native promises (#26) ([44ba27d](https://github.com/peerigon/scrapegoat/commit/44ba27d)), closes [#26](https://github.com/peerigon/scrapegoat/issues/26)


### BREAKING CHANGES

* update Node version to v8.0.0
* **parser:** The dates were returned as a mix of ISO-Strings and Date Objects
in previous versions.

To migrate your project, confirm that you are handling the dates
received from scrapegoat correctly.



# 0.1.4

- Fix: .getEvents() now returns correctly formatted objects with details about passed in events
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scrapegoat",
"version": "0.4.0",
"version": "1.0.0",
"description": "fetches calendar/event objects from a CalDav server",
"main": "lib/index.js",
"engines": {
Expand Down

0 comments on commit 0b87d9b

Please sign in to comment.