Orbital Old Framework Versions Save

📝 Orbital is a NodeJS framework for writing your backend servers faster than ever and with Angular-like syntax.

1.0.0-alpha.25

6 years ago

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 @Orbital decorator is now @Controller, and the orbitals module property is now controllers.

1.0.0-alpha.24

6 years ago

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

  • graphql: add graphql wrapper for Orbital! Looking for feature requests and PRs to improve the module (ca3f6c4)
  • middlewares: add middlewares package with body parser (5d6f67b)

1.0.0-alpha.23

6 years ago

1.0.0-alpha.23 (2017-08-11)

Bug Fixes

  • core: take any middleware as argument to Use (65cc310)

Features

  • core: add ModuleWithProviders (bed29d5)
  • mongo: complete mongo interface (1cb44aa)
  • mongo: configure mongo database provider (17655fb)
  • mongo: create mongo module (d1ee287)

1.0.0-alpha.22

6 years ago

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

  • core: rename @Route to @Orbital, and change routes property of Module to orbitals.
  • core: The @Route decorator is now @Orbital. @Route has changed to a property decorator for use on multiple methods in a single Orbital. Mind this change when upgrading.

1.0.0-alpha.17

6 years ago

1.0.0-alpha.17 (2017-07-31)

Bug Fixes

  • core: clean up code and allow more methods (8e97ef6)

1.0.0-alpha.15

6 years ago

This release is the first stable release of Orbital!

v1.0.0-alpha.3

7 years ago

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

v1.0.0-alpha.2

7 years ago

Fixed

  • Return target in route decorator to make it work as an NPM package
  • Remove extraneous console logs

v1.0.0-alpha.1

7 years ago

Fixed

  • Added typings to package.json

v1.0.0-alpha.0

7 years ago

First Release!