Skip to content

Commit 9ac23dd

Browse files
committed
Update deps, add auto-changelog
1 parent 134fcb5 commit 9ac23dd

3 files changed

Lines changed: 356 additions & 24 deletions

File tree

CHANGELOG.md

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
### Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
5+
6+
#### [4.2.0](https://github.com/doesdev/scrud/compare/4.1.4...4.2.0)
7+
> 28 February 2018
8+
- Readme overhaul, bump to 4.2.0 [`8d531c0`](https://github.com/doesdev/scrud/commit/8d531c0dc5eb87a90803919ed35cc103256e029e)
9+
- Update readme [`7f632b2`](https://github.com/doesdev/scrud/commit/7f632b2ab49caa4851d6300a6b252fd8befc74ce)
10+
- Update bench [`d9ee4dc`](https://github.com/doesdev/scrud/commit/d9ee4dcc9184e5bcb35589b59dbc3327f10afc3d)
11+
12+
#### [4.1.4](https://github.com/doesdev/scrud/compare/4.1.3...4.1.4)
13+
> 26 February 2018
14+
- Handle another edge case [`6d59537`](https://github.com/doesdev/scrud/commit/6d595373627055f9763ce24fc9d3f18096472f75)
15+
16+
#### [4.1.3](https://github.com/doesdev/scrud/compare/4.1.2...4.1.3)
17+
> 26 February 2018
18+
- Fix gzip caching bug, 4.1.3 [`6323db6`](https://github.com/doesdev/scrud/commit/6323db641fa63786231fc20d9ff7736dd8cce31a)
19+
- Add boolean to primitives [`3f89a32`](https://github.com/doesdev/scrud/commit/3f89a329fe9e3d9969a3179ee4cafc63ed328617)
20+
21+
#### [4.1.2](https://github.com/doesdev/scrud/compare/4.1.1...4.1.2)
22+
> 25 February 2018
23+
- Add more lob tooling, gzip caching [`b7cf1e1`](https://github.com/doesdev/scrud/commit/b7cf1e163674235e85ca0b74053fb268c66855c2)
24+
- Optimize benches to be more apples to apples [`97c881e`](https://github.com/doesdev/scrud/commit/97c881ef14a64f469b312a54dab58e52634552b2)
25+
- Bump to 4.1.2 [`a10e8fc`](https://github.com/doesdev/scrud/commit/a10e8fc96cee0fd5712ab7c342006108b78a129c)
26+
27+
#### [4.1.1](https://github.com/doesdev/scrud/compare/4.1.0...4.1.1)
28+
> 25 February 2018
29+
- Memoization: great for benches ;) [`3618b63`](https://github.com/doesdev/scrud/commit/3618b634d96ba0dc078877a50527e8be9581538b)
30+
- Ensure cached object is consistent in parseUrl [`af2945a`](https://github.com/doesdev/scrud/commit/af2945a669e75cd4154377c4e2c4e48c93eb33b2)
31+
- Moar faster [`ed17aab`](https://github.com/doesdev/scrud/commit/ed17aabc6c0d51b3eb106e5a7c4ae82320ffbc88)
32+
33+
#### [4.1.0](https://github.com/doesdev/scrud/compare/4.0.1...4.1.0)
34+
> 25 February 2018
35+
- Optimize url parsing, no more regexery [`fe2ac88`](https://github.com/doesdev/scrud/commit/fe2ac882a7677ddc9445c0dd58a0b907276f6ad4)
36+
- Setup lob bench [`b844b70`](https://github.com/doesdev/scrud/commit/b844b7099b578fac8ae755c34c2fe253b940387f)
37+
- Optimized release, close in on polka/http [`e72f397`](https://github.com/doesdev/scrud/commit/e72f3972d8a15b965a0e2b47cbc3c2be18c1279c)
38+
39+
#### [4.0.1](https://github.com/doesdev/scrud/compare/4.0.0...4.0.1)
40+
> 21 February 2018
41+
- Update dependencies, 4.0.1 [`76aa007`](https://github.com/doesdev/scrud/commit/76aa007f9bc0afaf4c9a6526ff55075f0683af27)
42+
43+
### [4.0.0](https://github.com/doesdev/scrud/compare/3.0.1...4.0.0)
44+
> 29 November 2017
45+
- Changes to API for helper functions, 4.0.0 [`ec49a64`](https://github.com/doesdev/scrud/commit/ec49a6415d7efa9d060f5ec19b436e036fe61305)
46+
47+
#### [3.0.1](https://github.com/doesdev/scrud/compare/3.0.0...3.0.1)
48+
> 29 November 2017
49+
- Alias exported SCRUD functions, 3.0.1 [`10c500d`](https://github.com/doesdev/scrud/commit/10c500de3ba0ccd59e6f87e5f920a20075c70550)
50+
51+
### [3.0.0](https://github.com/doesdev/scrud/compare/2.1.0...3.0.0)
52+
> 28 November 2017
53+
- Test jwt, fix regression, semver breaking change [`1904724`](https://github.com/doesdev/scrud/commit/1904724f645997a40ff2de528708b30b91fc168a)
54+
55+
#### [2.1.0](https://github.com/doesdev/scrud/compare/v2.0.5...2.1.0)
56+
> 28 November 2017
57+
- Update deps, version 2.1.0 [`f32043d`](https://github.com/doesdev/scrud/commit/f32043d78a6ef2d8aba6b03614419cdf38c93def)
58+
59+
#### [v2.0.5](https://github.com/doesdev/scrud/compare/v2.0.4...v2.0.5)
60+
> 5 September 2017
61+
- Update deps, v2.0.5, skip untestable test [`1771779`](https://github.com/doesdev/scrud/commit/17717792a6835e6961c2490658233ecc553bb2bd)
62+
63+
#### [v2.0.4](https://github.com/doesdev/scrud/compare/v2.0.3...v2.0.4)
64+
> 1 August 2017
65+
- Check before calling removeListener, v2.0.4 [`e7988de`](https://github.com/doesdev/scrud/commit/e7988de064fab0e30c27194d9504225454e27e2a)
66+
67+
#### [v2.0.3](https://github.com/doesdev/scrud/compare/v2.0.2...v2.0.3)
68+
> 1 August 2017
69+
- Actually reject error in callPgFunc, v2.0.3 [`08fdd05`](https://github.com/doesdev/scrud/commit/08fdd05288430b04019965cea3c753d1fcfb6d12)
70+
71+
#### [v2.0.2](https://github.com/doesdev/scrud/compare/v2.0.1...v2.0.2)
72+
> 30 July 2017
73+
- Remove unused semver package [`f0ed6d3`](https://github.com/doesdev/scrud/commit/f0ed6d399f789913815e056c143106ad96d211d1)
74+
75+
#### [v2.0.1](https://github.com/doesdev/scrud/compare/v2.0.0...v2.0.1)
76+
> 29 July 2017
77+
- Listen for close once, don't log client end err [`9d9c617`](https://github.com/doesdev/scrud/commit/9d9c617c83ca827978d1b1f711f530ca7f40844e)
78+
79+
### [v2.0.0](https://github.com/doesdev/scrud/compare/v1.0.16...v2.0.0)
80+
> 28 July 2017
81+
- Close pg client on req term, closes #12 [`#12`](https://github.com/doesdev/scrud/issues/12)
82+
- Fix #9 [`#9`](https://github.com/doesdev/scrud/issues/9)
83+
- Fix #11, make tests mo better [`#11`](https://github.com/doesdev/scrud/issues/11)
84+
- Start on 2.0.0, deprecate instance, closes #8 [`#8`](https://github.com/doesdev/scrud/issues/8)
85+
- Breaking: change pg helpers signature [`28a140a`](https://github.com/doesdev/scrud/commit/28a140aeab129fb88365e2d88ec7958ec9b8f571)
86+
- Id error in line [`6474946`](https://github.com/doesdev/scrud/commit/64749464357341fbe3b85d3875a8516dae1b94d5)
87+
- Version 2.0.0 [`6904b9c`](https://github.com/doesdev/scrud/commit/6904b9cda6d16d4f59bb4f7b340b8b9ca71f0b30)
88+
89+
#### v1.0.16
90+
> 21 July 2017
91+
- Add timeout option, closes #7 [`#7`](https://github.com/doesdev/scrud/issues/7)
92+
- Implement GZIP compression, closes #4 [`#4`](https://github.com/doesdev/scrud/issues/4)
93+
- Implement CORS handling, closes #3 [`#3`](https://github.com/doesdev/scrud/issues/3)
94+
- Handle preflight requests, closes #2 [`#2`](https://github.com/doesdev/scrud/issues/2)
95+
- Closes #1, set content type prior to any send [`#1`](https://github.com/doesdev/scrud/issues/1)
96+
- Update PG [`ea26ffc`](https://github.com/doesdev/scrud/commit/ea26ffc8eca8c767a71f1fb863073580455669c3)
97+
- Bump to v1.0.15 [`fd8c81c`](https://github.com/doesdev/scrud/commit/fd8c81c1553c5a6c6d348edc2bf49e1a4be0d827)
98+
- Update deps [`5926d89`](https://github.com/doesdev/scrud/commit/5926d89398c05a2824f3c1b8c6ca3d0141cbdc8f)
99+

0 commit comments

Comments
 (0)