Skip to content

Releases: nerdeveloper/hackathon-starter-kit

Release 1.0.6

04 Sep 15:13
Compare
Choose a tag to compare

1.0.6 (2020-09-04)

Bug Fixes

  • package: added support for windows users when start the app (60a4153), closes #5

Release 1.0.5

11 Oct 13:04
Compare
Choose a tag to compare

1.0.5 (2019-10-11)

Release 1.0.4

11 Oct 13:00
Compare
Choose a tag to compare

1.0.4 (2019-10-11)

Bug Fixes

  • service worker: removed overbloated files (84a3623)
  • sw.js: fix cache store (e7bc06b)
  • sw.js: update API the bloats app on cache storage (a1c8c98)

Release 1.0.3

10 Oct 00:29
Compare
Choose a tag to compare

1.0.3 (2019-10-10)

Release 1.0.2

09 Oct 23:58
Compare
Choose a tag to compare

1.0.2 (2019-10-09)

Bug Fixes

  • sessions can get cookies from sessionStore (0893904), closes #3

Release 1.0.1

09 Oct 16:46
Compare
Choose a tag to compare

1.0.1 (2019-10-09)

Release 1.0.0

09 Oct 16:11
Compare
Choose a tag to compare

1.0.0 (2019-10-09)

Bug Fixes

  • README link (48e7b66)
  • sessions: fix session persistency on login && add auth route (c85c645)

Features

  • bundler & views: add webpack bundler and refactor view with comment (9d09228)
  • google recpatcha: add support for google recaptcha to bots ans spam (a039cdb)
  • login: add support for passport-local login (912524b)
  • register: add support to register new users on mongoDB (7b54db2)
  • register: add view for new users(register page) (f67bed1)
  • view: add login view (002c563)
  • views and controllers: add views and contollers of user post on login (765aac5)