Releases: zeke-io/endline
Releases · zeke-io/endline
v0.4.5
08 Jun 16:38
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changes
Exported HandlerContext and EndlineConfig from types
Fixes
Fixed hot reload not updating changes (#43 )
v0.4.2
22 May 00:30
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changes
Added typescript support (#36 )
Fixes
Fixed incorrect type declarations
Fixed dev server not compiling project
v0.3.1
16 May 00:31
Compare
Sorry, something went wrong.
No results found
Changes
Update 'endline' types
Change create-endline-app log messages
v0.3.0
15 May 23:31
Compare
Sorry, something went wrong.
No results found
Changes
Migrate from Webpack 5 to Rollup (#34 )
Add support for main file (#35 )
v0.2.7
14 May 03:25
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changes
Transition to a mono-repo (#29 )
Add create-endline-app package (#30 )