Skip to content

Latest commit

 

History

History
125 lines (49 loc) · 3.47 KB

changelog.md

File metadata and controls

125 lines (49 loc) · 3.47 KB

Changelog

These are the changes for server. Follows semver as long as you use the documented features. If you reach into the internals, make sure to lock the version and follow the changes. Feel free to ask any question in Github :)

1.0.18 [reference]

  • Fixed tag for npm so it doesn't install alphas by default.

1.0.17 [reference]

  • Forgot a couple of debugging console.log(), so had to re-publish without them.

1.0.16 [reference]

1.0.15 [reference]

1.0.14 [reference]

1.0.13 [reference]

  • Fixed bug where some error handling might throw an error. From internal testing in one of my projects.

1.0.12 [reference]

1.0.11 [reference]

  • Never published, published on 1.0.12 instead.

1.0.10 [reference]

1.0.9 [reference]

  • Better error handling and warnings when there is no response from the server. Shows error only when it should.

1.0.8 [reference]

  • Never published, published on 1.0.9 instead.

1.0.7 [reference]

server(
  get('*', (ctx) => status(200))
);

1.0.6 [reference]

  • Never published, published on 1.0.7 instead.

1.0.5 [reference]

  • Fix subdomain order resolution (merged from @nick-woodward).
  • Test subdomain handling.
  • Removed pointless warning.

1.0.4 [reference]

  • Specify that the views for express should be a folder (that can inherit).
  • Added environment variable name handling.

1.0.3 [reference]

  • The log plugin is always on since it's needed internally.

1.0.2

  • Better error handling for environment variables.

1.0.1

  • Added the option to disable the CSRF and security plugins independently.

1.0.0

First major release.