Releases: JaneJeon/blink
Releases · JaneJeon/blink
v0.5.1
- move tests and add sequence test e90db86
- restructuring tests since routes are well-organized now ede69ea
- normalizeUrl=>normalizeURL acf3a95
- routes cleanup; added user/link features 838b9cf
- jest doesn't recognize tests directory c07129d
- Merge branch 'master' of https://github.com/JaneJeon/myURL 7230cfa
- cleanup + user/link connection method 578e431
- Merge pull request #17 from JaneJeon/dependabot/npm_and_yarn/husky-3.0.8 b0e91d6
- Merge pull request #16 from JaneJeon/dependabot/npm_and_yarn/primer/components-14.3.0 b5f94b9
- Merge pull request #15 from JaneJeon/dependabot/npm_and_yarn/cross-env-6.0.2 8f12396
- Bump husky from 3.0.7 to 3.0.8 7fed139
- Bump @primer/components from 14.2.1 to 14.3.0 9744876
- Bump cross-env from 6.0.0 to 6.0.2 60d4d82
- fill in user model c159956
- Merge pull request #14 from JaneJeon/dependabot/npm_and_yarn/lint-staged-9.4.1 eba028f
- Merge pull request #13 from JaneJeon/dependabot/npm_and_yarn/primer/components-14.2.1 a1fd25c
- Merge pull request #12 from JaneJeon/dependabot/npm_and_yarn/eslint-6.5.1 9e59e09
- Bump lint-staged from 9.4.0 to 9.4.1 ba3ad59
- Merge pull request #11 from JaneJeon/dependabot/npm_and_yarn/mongoose-5.7.3 d87dff7
- Bump @primer/components from 14.2.0 to 14.2.1 a1c0d81
- Bump eslint from 6.5.0 to 6.5.1 f4f0843
- Bump mongoose from 5.7.1 to 5.7.3 3ce2633
- add express logger 682bc03
- move to pino be3b015
- cache user details 08a07b7
- update tasks b1eff70
- automated 404 when a single resource is not found 0a6bf4c
v0.5.0
v0.4.5
The major change here is that we now use _id
as the hash field instead of maintaining yet another field to keep track of. Also renamed the fields url
=> originalURL
and redirectTo
=> brandedURL
to better reflect their purpose
- dependency cleanup de59f9b
- use _id as hash instead! 68573bc
- Merge branch 'master' of https://github.com/JaneJeon/myURL 39f313b
- preparing app for dashboarding f1e6b04
- Bump normalize-url from 4.4.1 to 4.5.0 (#5) 023b092
- Merge pull request #7 from JaneJeon/dependabot/npm_and_yarn/react-16.10.1 cadc407
- Bump react from 16.10.0 to 16.10.1 9476deb
- Merge pull request #6 from JaneJeon/dependabot/npm_and_yarn/husky-3.0.7 354876b
- Merge pull request #3 from JaneJeon/dependabot/npm_and_yarn/winston-daily-rotate-file-4.2.1 c1f5285
- Merge pull request #4 from JaneJeon/dependabot/npm_and_yarn/nodemon-1.19.3 16aca5e
- Merge pull request #9 from JaneJeon/dependabot/npm_and_yarn/react-dom-16.10.1 f5ba5af
- Merge pull request #8 from JaneJeon/dependabot/npm_and_yarn/eslint-6.5.0 c1917b8
- Bump react-dom from 16.10.0 to 16.10.1 5e5b41d
- Bump eslint from 6.4.0 to 6.5.0 5868175
- Bump husky from 3.0.5 to 3.0.7 c83c744
- Bump normalize-url from 4.4.1 to 4.5.0 79e5665
- Bump nodemon from 1.19.2 to 1.19.3 c1b2968
- Bump winston-daily-rotate-file from 4.1.0 to 4.2.1 f27bec0
- cleanup c56525c
- move all tasks to todo 168b56c
- stream.write not stream d54ba84
- integrate morgan with winston for access logging f67d0fa
v0.4.4
During testing, I noticed that the restana version was silently eating up errors, possibly due to incompatibility with supertest.
Unfortunately, while restana claims compatibility with express, it isn't suitable for use with many of the express ecosystem libraries.
v0.4.3
v0.4.2
v0.4.1
v0.4.0
Instead of a single server, now it's separated into two servers: the one that does the redirects, and the (private) one that handles URL shortening and all the user stuff
- oops 37b0d78
- Merge branch 'master' of https://github.com/JaneJeon/myURL ee4713d
- add servers 2993603
- moving towards separate endpoints: logs? f0b9164
- update tasks cb88db8
- moving towards separate endpoints for redirecting and shortening 0eac4f7
- update links to support custom URL hash 6ba719a
- start of hbs support 4e2a1f3
- back to express (for view rendering) 3420807
- mongoose error handling 82ac2ce
- Merge pull request #1 from JaneJeon/dependabot/npm_and_yarn/commander-3.0.2 3f67a2b
- Merge pull request #2 from JaneJeon/dependabot/npm_and_yarn/lint-staged-9.4.0 dbf20fe
- Bump lint-staged from 9.3.0 to 9.4.0 b532145
- Bump commander from 3.0.1 to 3.0.2 b563396