Skip to content

Commit

Permalink
Update README and CHANGELOG for v1
Browse files Browse the repository at this point in the history
  • Loading branch information
dogancelik committed Jan 5, 2018
1 parent b11345c commit 2f33e8a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v1.0.0

* Major version update (endl is not "experimental" anymore, no breaking changes).
* You can now use negative value on *Container.index()*.
* Use final URL when using *Referer* header.
* Callbacks on *extract()* and *execute()* should work properly now.

## v0.10.2

* Just some cleanup.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

*endl* has a very simple also an advanced API for link extracting, file downloading, executing and unzipping.

:exclamation: Every version under 1.0 is *experimental*. Features work but they may have bugs or they can change in next versions so you should also pay attention to the changelog frequently. :exclamation:
:exclamation: 2 years later(:bangbang:), we have finally reached **version 1**!
Bugs may still exist but *endl* should be more stable now. :exclamation:

## Simple example
```js
Expand Down

0 comments on commit 2f33e8a

Please sign in to comment.