Releases: orbital-js/orbital-old-framework
Releases · orbital-js/orbital-old-framework
1.0.0-alpha.25
1.0.0-alpha.25 (2017-09-10)
Bug Fixes
- core/cli: options and default commands function as expected (74e82a6)
- core/cli: point to the right places (5365b15)
- core/cli: properly address variadic arguments and methods (6022569)
Code Refactoring
- middlewares: move to path based syntax (7ad1ece)
Features
- core: add engine property to config (25df99c)
- core: add engines constant (817a97a)
- core/cli: add CLI platform! (4b540d4)
- middlewares/morgan: add Morgan middleware (fe25348)
BREAKING CHANGES
- middlewares: Middlewares are now valid subfolder modules for code minimalism and organization
- core: Orbitals are now controllers. The
@Orbitaldecorator is now@Controller, and theorbitalsmodule property is nowcontrollers.
1.0.0-alpha.24
1.0.0-alpha.24 (2017-08-14)
Bug Fixes
- remove extra console logs (1b79de5)
- core: add optional path property to middleware (a71cc04)
- core: allow middleware factories with RequestHandler type on use (d437b97)
- core: cycle path of middlewares (88ff6d8)
- core: export additional classes from injection (9310c8f)
- core: make middleware config optional (1c98e6b)
- graphql: add ExecutionResult type (c12aea2)
- graphql: explicitly type methods (7777ae0)
- middlewares: restructure to accomodate typescript's weirdness (4910d31)
- middlewares/body-parser: add internal typings for modules (29cdf30)
- middlewares/body-parser: take options parameter from factory (4e179c9)
Features
1.0.0-alpha.23
1.0.0-alpha.22
1.0.0-alpha.22 (2017-08-03)
Bug Fixes
- core: middleware decorator takes no args (f3d9166)
- core: remove extraneous config properties from middleware (dd27e0e)
- core: remove extraneous console logs (72183eb)
- http: export http provider (8be53c3)
- http: remove requirement for options argument (13a78bc)
Code Refactoring
- core: rename route -> orbital (0dd008a)
Features
BREAKING CHANGES
1.0.0-alpha.17
1.0.0-alpha.15
This release is the first stable release of Orbital!
1.0.0-alpha.3 - 2016-04-17
Added
- Create JSDoc for everything #dcc7127
- Use helmet, compression, and bodyParser by default #625e68e
Fixed
- Make path optional in
BootstrapConfig - Make more than one path in a feature file work normally (basically, if you put multiple routes in one file, only the first would work) #933586f
1.0.0-alpha.2 - 2017-04-16
Fixed
- Return target in route decorator to make it work as an NPM package
- Remove extraneous console logs
1.0.0-alpha.1 - 2017-04-16
Fixed
- Added typings to package.json