Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Latest commit

 

History

History
110 lines (87 loc) · 3.06 KB

CHANGELOG.md

File metadata and controls

110 lines (87 loc) · 3.06 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.6.0] - 2020-05-19

Added

  • Add default data

[0.5.0] - 2020-05-12

Changed

  • Add dynamic binding to id field
  • Run authorize before data process

0.4.5 - 2019-06-12

Fixed

  • Replace all absolute paths with relative

0.4.4 - 2019-05-24

Added

  • postprocessData function to transform all possible return values

Fixed

  • Make Operation enum non-const

Changed

  • [BREAKING] processData now called even on list
  • [BREAKING] processData signature changed from ctx => data to (data, ctx) => data

0.4.3 - 2019-04-30

Fixed

  • Added missing await for processData in create
  • Coding style (config update)

0.4.2 - 2019-02-22

Changed

  • Delete handlers do not need to return T

0.4.1 - 2019-02-11

Changed

  • Add bareData to create context
  • Fix prettier-husky-lint-staged config

Fixed

  • Missing inlined transitive dependency for express-serve-static-core

0.4.0 - 2019-01-29

Added

  • Option to select middleware routes based on the configuration

0.3.1 - 2019-01-15

Changed

  • The default type for context is empty object

Fixed

  • Api docs link in readme

0.3.0 - 2019-01-09

Added

  • Express middleware factory
  • Controller interface and configuration
  • User manual for controller flow

Changed

  • Use relative import paths (setting NODE_PATH is dirty for a library)
  • Upgrade TS

Fixed

  • Incomplete assertions in some async tests
  • Broken repository implementation in tests
  • serviceBuilder export is now exported
  • User manual for setting context via builder

0.2.0 - 2019-01-08

Added

  • User manual
  • Polite readme
  • Npm metadata
  • Additional tests

0.1.0 - 2019-01-04

Added

  • Base implementation (contexts, def bootstrapping, handlers, factory, builder)
  • Handlers + some minor tests
  • Prettier, Husky

0.0.2 - 2019-01-02

Fixed

  • Deploy keys for GH, npm

0.0.1 - 2019-01-02

Added

  • Project template