Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 916 Bytes

HISTORY.md

File metadata and controls

21 lines (18 loc) · 916 Bytes

3.0

  • Completed rewrite of Alterior to refocus it as a general-purpose framework
  • Introduced support for modules as a way to organize Alterior apps
  • Alterior modules are Angular 6+ compatible
  • Added an annotations system

2.0

  • Transitioned from @angular/core DI to injection-js, substantially reducing install times and complexity of install (injection-js is 5.1KB)
  • Improved and updated dev documentation
  • Introduced an official Code of Conduct

1.1

  • Dropped support for Node 5.11 test target, minimum supported version is now Node.js 6.1
  • Support extended to Node 8 and 10
  • Introduces ESM build
  • Upgraded dependencies, and moved typings dependencies into dev-deps
  • Refactored to use async/await internally
  • Now sends Content-Type: application.json when serializing a Response object which is encodedAs JSON unless otherwise specified.