Skip to content

Releases: zeke-io/endline

v0.4.5

08 Jun 16:38
a1585c2

Choose a tag to compare

Changes

  • Replaced glob with globby
  • Added termination signal handler to main.js script
  • Generate sourcemaps when running endline dev
  • Added support for custom responses
  • Updated create-endline-app templates

Fixes

  • Fixed create-endline-app copying template from a wrong location

v0.4.4

31 May 20:03
8bef6ef

Choose a tag to compare

Changes

  • Removed unused webpack implementation (#45)
  • Replaced Rollup watcher with Watchpack (#46)
  • Deprecated routesDirectory property in configuration file (#49)
  • Added body property to handler context
  • Removed environment option from CLI
  • Changed main server script lookup name to app

Fixes

  • Fixed exception when creating an empty index file
  • Fixed distDir configuration not being used
  • Fixed wrong path to endline package in main server script

v0.4.3

24 May 17:07
870a6ff

Choose a tag to compare

Changes

  • Exported HandlerContext and EndlineConfig from types

Fixes

  • Fixed hot reload not updating changes (#43)

v0.4.2

22 May 00:30
4dee471

Choose a tag to compare

Changes

  • Added support for more http methods (#37)
  • Exposed RouteHandler type
  • Changed params type from object to Record<string, string>
  • Added more detailed rollup warnings

Fixes

  • Fixed exception regarding missing glob dependency

v0.4.1

16 May 23:36
9ef192a

Choose a tag to compare

Changes

  • Changed RouteHandler return type to be any, and support non-async functions
  • Added router type to create-endline-app templates

Fixes

  • Fixed compiler crashing when compiling typescript code

v0.4.0

16 May 21:45
6645052

Choose a tag to compare

Changes

  • Added typescript support (#36)

Fixes

  • Fixed incorrect type declarations
  • Fixed dev server not compiling project

v0.3.1

16 May 00:31
de85134

Choose a tag to compare

Changes

  • Update 'endline' types
  • Change create-endline-app log messages

v0.3.0

15 May 23:31
8df294f

Choose a tag to compare

Changes

  • Migrate from Webpack 5 to Rollup (#34)
  • Add support for main file (#35)

v0.2.7

14 May 03:25

Choose a tag to compare

Changes

None, the version was bumped to publish the packages in the npm registry as v0.2.6 was published without the dist folders of the packages.

v0.2.6

14 May 02:54

Choose a tag to compare

Changes

  • Transition to a mono-repo (#29)
  • Add create-endline-app package (#30)