All Versions
10
Latest Version
Avg Release Cycle
50 days
Latest Release
1890 days ago
Changelog History
Changelog History
-
v3.2.2
March 25, 2018 -
v3.2.1
March 15, 2018 -
v3.2.0
March 15, 2018 -
v3.0.3
November 21, 2017 -
v3.0.2
November 21, 2017 -
v3.0.0
March 28, 2017 -
v3.0.0-pre.1
March 28, 2017 -
v2.0.2
March 11, 2017 -
v2.0.1
January 03, 2017 -
v2.0 Changes
December 27, 2016๐ Release Notes
๐ Changelog Summary
- ๐
Built-in Trails
Error
objects are global. - ๐
Built-in Trails resource classes (
Model
,Controller
,Service
,Policy
) are now global - ๐ trailpack-core functionality merged into Trails core. trailpack-core is deprecated and will be removed in v3.0. trailpack-core 2.0 is a no-op trailpack.
- ๐ trails-model, trails-service, trails-policy, and trails-controller are merged into Trails core, and made available via require(). The individual modules are deprecated and will be removed in 3.0.
- ๐ the trailpack subtypes merged into trailpack core interface.
- ๐ง Configuration now accessible via
Map
interface.
Potentially Breaking Changes:
- ๐
The Trails constructor now requires config, and api properties to be set. These properties can no longer be sent into the
start()
method. This is not an issue unless using a custom server.js to launch Trails.
- ๐
Built-in Trails