Skip to content

Latest commit

 

History

History
78 lines (51 loc) · 1.98 KB

CHANGELOG.md

File metadata and controls

78 lines (51 loc) · 1.98 KB
  • All notable changes to the source code of this project will be documented in this file.
  • This file does not include any changes that is not made to the source code (Tests, Logs, Documentations, Assets, etc.).
  • The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
  • This package is under MIT license

3.1.0 - 2022-03-17

Added

  • ES3 IIFE release for browser.

Modified

  • Better ES6 ECMAModule and ES3 CommonJS releases for NodeJS and

3.0.0 - 2022-02-17

Added

Modified

Removed

  • Immutability flag, in favor of traversers
  • next flag, in favor of traversers
  • Strict subscribeRoute function, in favor of createContextedInstance

2.1.1 - 2021-12-11

Added

  • Immutable context mode support for subscribeRoute function

2.0.0 - 2021-12-08

Added

  • Context parent type
  • Control whether the next middleware runs using a next flag
  • Optional immutability for contexts
  • Better functional and object-oriented implementations
  • ES Modules support, both cjs and mjs versions are available in distribution

< 1.1.0

Implemented

  • Contexts
  • Middlewares
  • Routes
  • Generators
  • Subscribers

For 1.1.0 and earlier changes, please check commits.