Skip to content

Releases: JaneJeon/blink

v0.5.1

03 Oct 02:39
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release
  • 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.5.1

v0.5.0

30 Sep 21:22
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Merging the api and the app into one express app

  • fix startup errors 3b35fba
  • I can't leave env variables empty because some tests won't run without it 744016f
  • is not a valid type at path dcb974b
  • merge into one server 954b5b4
  • forgot to change link's redirect url e14aac7

v0.4.5...v0.5.0

v0.4.5

30 Sep 20:15
Compare
Choose a tag to compare
v0.4.5 Pre-release
Pre-release

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...v0.4.5

v0.4.4

30 Sep 00:44
Compare
Choose a tag to compare
v0.4.4 Pre-release
Pre-release

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.

  • supertest doesn't follow redirect dadf180
  • restana doesn't support redirect, which may be problematic for passport 8b2e718
  • prettier log format c429b7c

v0.4.3...v0.4.4

v0.4.3

29 Sep 23:39
Compare
Choose a tag to compare
v0.4.3 Pre-release
Pre-release

v0.4.2...v0.4.3

v0.4.2

29 Sep 12:38
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release

Cleaned up how services were initialized

v0.4.1...v0.4.2

v0.4.1

29 Sep 11:47
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

Bug fixes on both the model and the route level

v0.4.0...v0.4.1

v0.4.0

29 Sep 05:08
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

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

v0.3.0...v0.4.0

v0.3.0

27 Sep 04:16
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

abandoned the serverless idea; back to standard server model

v0.2.0...v0.3.0

v0.2.0

26 Sep 03:09
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

v0.1.1...v0.2.0