Skip to content

Releases: dhershman1/octoris

v0.4.4

06 Apr 14:08
2baaa6c
Compare
Choose a tag to compare

Fixed

  • Updated dev dependencies

v0.4.2

28 Jan 18:56
3d81a34
Compare
Choose a tag to compare

New

  • Added multipart to middleware list
  • Removed warning from README as Octoris is now on a stable release cycle (not 1.0 yet however)
  • Removed unused internals

v0.4.1

27 Jan 15:51
56d6456
Compare
Choose a tag to compare

New

  • Documentation site is up on gitbooks, fixed all links to point there
  • debug is now part of the main root API
    • Documentation to follow shortly

v0.4.0

23 Jan 17:05
Compare
Choose a tag to compare

New

  • Added the ability to set a file path to have logs from the logger written

Improved

  • Fixed the handleRoute promise chain so properly works as a chain instead of nesting
  • Improved how the logger functionality is working
  • npm ignore blocks unneeded files from getting packed into the npm package

v0.3.1

22 Jan 21:28
Compare
Choose a tag to compare

New

  • Added new badges to the README
  • You can now have catch alls at different layers of routing, instead of only being used at the root level

Fixed

  • You can now send a pino options object to the logger option and it will register accordingly

Improved

  • Lots of unit test additions and improvements

v0.3.0

21 Jan 21:13
Compare
Choose a tag to compare

New

  • You can now apply fixed routes by either using the fixed function or just a string

Improved

  • Middleware doesn't need to return a promise anymore for non async actions
  • Routes that aren't using async tools (such as fs) can just return a response method
  • Updated Kyanite to v1.1.0

v0.1.1

09 Jan 21:20
Compare
Choose a tag to compare
  • Readme patch

v0.1.0

09 Jan 21:14
Compare
Choose a tag to compare
  • Initial Release

Please report any and all bugs you may find!