Skip to content

Releases: shippjs/shipp-server

Logging fix

21 Aug 03:43
Compare
Choose a tag to compare
v0.17.1

Fixes logging bug

Logging update

21 Aug 03:20
Compare
Choose a tag to compare
  • Updates winston to v3.3.3

v0.16.0

29 Nov 22:07
Compare
Choose a tag to compare

November 28, 2016

  • Adds string handling in Universql
  • Updates superloader to most recent versions of templating libraries
  • Adds websockets functionality
  • Uses http.createServer and passes to express (to enable same port websockets)
  • Fixes bug in where bundler was bundling node_modules

v0.15.3

13 May 18:16
Compare
Choose a tag to compare

May 13, 2016

  • Fixes hot-reload bug

v0.15.2

13 May 18:12
Compare
Choose a tag to compare

May 13, 2016

  • Fixes bug where bundle re-compilation was occurring an increasing number of times
  • Fixes bug where bundles were being compiled multiple times on startup

v0.15.1

13 May 18:01
Compare
Choose a tag to compare

May 13, 2016

  • Basic real-time bundle identification with route handling
  • Hot dependency installations within webpack
  • Very basic CRUD support via EXPOSE directive

v0.14.0

24 Apr 11:02
Compare
Choose a tag to compare

April 24, 2016
This version includes a breaking change. Please see note on our semver policy.

  • Breaking change: removes jsonserver (no hot reload). Currently supports GET
    API and will support additional methods in the future
  • Now supports real-time changes to file/data structure and directives
  • Separates responsibilities of data-store and data-api (refactored)
  • Exposes database querying via global.shipp.query
  • Replaces "file:reload" events with "route:refresh"
  • Adds method-override to default middleware
  • Improves log readability
  • Add multiple Util methods: addRouter, removeRouter, findDifferences
  • Disables Express' views as Shipp's compiler obviates the need for them

v0.13.3

20 Apr 12:15
Compare
Choose a tag to compare

April 20, 2016

  • Update repo location

v0.13.2

20 Apr 12:14
Compare
Choose a tag to compare

April 20, 2016

  • Update superloader to v0.5.0 to support wildcard templates

v0.13.1

11 Apr 21:33
Compare
Choose a tag to compare

April 11, 2016

  • Fix query-string routing issues