Skip to content

Commit

Permalink
Generate (again) changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Mar 25, 2016
1 parent cb2460e commit 8610ff5
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 74 deletions.
120 changes: 120 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
<a name="2.0.3"></a>
## 2.0.3 (2016-01-06)

* Added support for <base> tag when generating absolute URLs. ([11dd8f7](https://github.com/lapwinglabs/x-ray/commit/11dd8f7))
* added video ([46abded](https://github.com/lapwinglabs/x-ray/commit/46abded))
* Do no error on trying to follow a non-url ([030e5ea](https://github.com/lapwinglabs/x-ray/commit/030e5ea))
* Emit error on correct stream ([488d5dd](https://github.com/lapwinglabs/x-ray/commit/488d5dd)), closes [#98](https://github.com/lapwinglabs/x-ray/issues/98)
* Fix issue when one of the selector is null ([e7318d5](https://github.com/lapwinglabs/x-ray/commit/e7318d5))
* Fix potential issue when selector is a function following comments on commit e7318d591908d04b439c1ff ([9327cfa](https://github.com/lapwinglabs/x-ray/commit/9327cfa))
* Paginating => Crawling ([6750a38](https://github.com/lapwinglabs/x-ray/commit/6750a38))
* Release 2.0.3 ([8c3b6e3](https://github.com/lapwinglabs/x-ray/commit/8c3b6e3))



<a name="2.0.2"></a>
## 2.0.2 (2015-07-04)

* add test dependency ([de3a3f0](https://github.com/lapwinglabs/x-ray/commit/de3a3f0))
* handle the empty result set case ([a257ef7](https://github.com/lapwinglabs/x-ray/commit/a257ef7))
* Release 2.0.2 ([c179fbb](https://github.com/lapwinglabs/x-ray/commit/c179fbb))



<a name="2.0.1"></a>
## 2.0.1 (2015-06-24)

* Added running test note ([f27ebc1](https://github.com/lapwinglabs/x-ray/commit/f27ebc1))
* basic repl working ([9228ee0](https://github.com/lapwinglabs/x-ray/commit/9228ee0))
* build out documentation ([2603c0b](https://github.com/lapwinglabs/x-ray/commit/2603c0b))
* bump x-ray-select ([eb766b0](https://github.com/lapwinglabs/x-ray/commit/eb766b0))
* cleanup ([31a2490](https://github.com/lapwinglabs/x-ray/commit/31a2490))
* cleanup and start format ([7709e08](https://github.com/lapwinglabs/x-ray/commit/7709e08))
* fix `make test` ([ad54ad4](https://github.com/lapwinglabs/x-ray/commit/ad54ad4))
* fix convert URLs ([246915c](https://github.com/lapwinglabs/x-ray/commit/246915c))
* fix example ([3b3338c](https://github.com/lapwinglabs/x-ray/commit/3b3338c))
* fixed the double call of the callback function ([d1a955c](https://github.com/lapwinglabs/x-ray/commit/d1a955c))
* ignored webstorm specific files ([7494d9a](https://github.com/lapwinglabs/x-ray/commit/7494d9a))
* more API docs ([4e77f5b](https://github.com/lapwinglabs/x-ray/commit/4e77f5b))
* new x-ray ([8fe7ae7](https://github.com/lapwinglabs/x-ray/commit/8fe7ae7))
* phantomjs is required to run the tests ([ba47969](https://github.com/lapwinglabs/x-ray/commit/ba47969))
* Release 2.0.0 ([80414cb](https://github.com/lapwinglabs/x-ray/commit/80414cb))
* Release 2.0.1 ([3c6f6db](https://github.com/lapwinglabs/x-ray/commit/3c6f6db))
* remove coverage from git ([4a71923](https://github.com/lapwinglabs/x-ray/commit/4a71923))
* remove old tests ([3820c2e](https://github.com/lapwinglabs/x-ray/commit/3820c2e))
* small cleanup ([8ce66a6](https://github.com/lapwinglabs/x-ray/commit/8ce66a6))
* update absolutes ([f246874](https://github.com/lapwinglabs/x-ray/commit/f246874))
* update example ([b0529b7](https://github.com/lapwinglabs/x-ray/commit/b0529b7))
* update iamge ([a1865c1](https://github.com/lapwinglabs/x-ray/commit/a1865c1))
* update image ([6aca14d](https://github.com/lapwinglabs/x-ray/commit/6aca14d))
* Update index.js ([5a8f05f](https://github.com/lapwinglabs/x-ray/commit/5a8f05f))
* update readme ([2636061](https://github.com/lapwinglabs/x-ray/commit/2636061))
* Update Readme.md ([c9f06e6](https://github.com/lapwinglabs/x-ray/commit/c9f06e6))



<a name="1.0.5"></a>
## 1.0.5 (2015-03-10)

* fix readme ([9e51e82](https://github.com/lapwinglabs/x-ray/commit/9e51e82))
* Release 1.0.5 ([f827a90](https://github.com/lapwinglabs/x-ray/commit/f827a90))
* x-ray: Add `#ua()` ([43a2824](https://github.com/lapwinglabs/x-ray/commit/43a2824)), closes [#4](https://github.com/lapwinglabs/x-ray/issues/4)



<a name="1.0.4"></a>
## 1.0.4 (2015-03-08)

* Add img[src] to absolute urls ([d9090d2](https://github.com/lapwinglabs/x-ray/commit/d9090d2))
* add test ([2d9edc6](https://github.com/lapwinglabs/x-ray/commit/2d9edc6))
* Added Gitter badge ([c8a09d9](https://github.com/lapwinglabs/x-ray/commit/c8a09d9))
* Delete dribbble-search.js ([109da37](https://github.com/lapwinglabs/x-ray/commit/109da37))
* Release 1.0.4 ([524ed37](https://github.com/lapwinglabs/x-ray/commit/524ed37))
* update list of attribute affected by absolute urls ([bae1926](https://github.com/lapwinglabs/x-ray/commit/bae1926))



<a name="1.0.3"></a>
## 1.0.3 (2015-02-07)

* add xray.prepare(str, fn) for custom 'title | uppercase' filters ([4cf1897](https://github.com/lapwinglabs/x-ray/commit/4cf1897))
* better spot for badges ([d62f2a0](https://github.com/lapwinglabs/x-ray/commit/d62f2a0))
* Release 1.0.3 ([d9d93aa](https://github.com/lapwinglabs/x-ray/commit/d9d93aa))



<a name="1.0.2"></a>
## 1.0.2 (2015-02-06)

* fix bold ([e1416a7](https://github.com/lapwinglabs/x-ray/commit/e1416a7))
* fix url (thanks Jonah) ([d63a15a](https://github.com/lapwinglabs/x-ray/commit/d63a15a))
* more linking ([74a08df](https://github.com/lapwinglabs/x-ray/commit/74a08df))
* Release 1.0.2 ([b5f9043](https://github.com/lapwinglabs/x-ray/commit/b5f9043))
* Update Readme.md ([f673628](https://github.com/lapwinglabs/x-ray/commit/f673628))
* added: gittask ([c3a1f8c](https://github.com/lapwinglabs/x-ray/commit/c3a1f8c))



<a name="1.0.1"></a>
## 1.0.1 (2015-02-05)

* add xray.format(fn) ([bfea5f0](https://github.com/lapwinglabs/x-ray/commit/bfea5f0))
* cleanup ([a1289d9](https://github.com/lapwinglabs/x-ray/commit/a1289d9))
* more testing and finished readme ([0aa0fcc](https://github.com/lapwinglabs/x-ray/commit/0aa0fcc))
* Release 1.0.1 ([871c833](https://github.com/lapwinglabs/x-ray/commit/871c833))



<a name="1.0.0"></a>
# 1.0.0 (2015-02-04)

* all new x-ray ([6377062](https://github.com/lapwinglabs/x-ray/commit/6377062))
* Initial commit ([ea51a7f](https://github.com/lapwinglabs/x-ray/commit/ea51a7f))
* Release 1.0.0 ([0989cdc](https://github.com/lapwinglabs/x-ray/commit/0989cdc))
* remove node_modules ([92e6085](https://github.com/lapwinglabs/x-ray/commit/92e6085))
* updates ([9c4e329](https://github.com/lapwinglabs/x-ray/commit/9c4e329))
* written, needs to be tested better. ([427e7f2](https://github.com/lapwinglabs/x-ray/commit/427e7f2))
* added: gitignore ([da14f58](https://github.com/lapwinglabs/x-ray/commit/da14f58))



74 changes: 0 additions & 74 deletions History.md

This file was deleted.

0 comments on commit 8610ff5

Please sign in to comment.