mindjs/mindjs

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/mindjs/mindjs/compare/v1.1.1...v1.2.0) (2020-04-07)


### Bug Fixes

* **test:** instance property check ([088e134](https://github.com/mindjs/mindjs/commit/088e134))


### Features

* replace koa2-ping package ([098ff48](https://github.com/mindjs/mindjs/commit/098ff48))





## [1.1.1](https://github.com/mindjs/mindjs/compare/v1.1.0...v1.1.1) (2019-11-03)


### Bug Fixes

* dependency typo ([542febd](https://github.com/mindjs/mindjs/commit/542febd))


### Performance Improvements

* routing resolvers ([e182505](https://github.com/mindjs/mindjs/commit/e182505))





# 1.1.0 (2019-10-28)


### Bug Fixes

* **core:** utilities ([809ebbb](https://github.com/mindjs/mindjs/commit/809ebbb))
* **http:** module init ([bc2b0b6](https://github.com/mindjs/mindjs/commit/bc2b0b6))
* **http:** module init ([d689f14](https://github.com/mindjs/mindjs/commit/d689f14))
* extracting routing modules ([7863d00](https://github.com/mindjs/mindjs/commit/7863d00))


### Features

* **common:** core SOC ([92bd05f](https://github.com/mindjs/mindjs/commit/92bd05f))
* **common:** move utils to common module ([0a3a588](https://github.com/mindjs/mindjs/commit/0a3a588))
* **core:** app init and start (TMP) ([4c62621](https://github.com/mindjs/mindjs/commit/4c62621))
* **core:** application init, start, and termination ([d8bd18b](https://github.com/mindjs/mindjs/commit/d8bd18b))
* **core:** platform base ([8c6260e](https://github.com/mindjs/mindjs/commit/8c6260e))
* **core:** platform base ([02dacc7](https://github.com/mindjs/mindjs/commit/02dacc7))
* **platform-koa:** add koa platform ([b7e36b8](https://github.com/mindjs/mindjs/commit/b7e36b8))
* **routing:** routing SOC ([436f0e8](https://github.com/mindjs/mindjs/commit/436f0e8))
* **testing:** add platform support ([3a10562](https://github.com/mindjs/mindjs/commit/3a10562))
* **testing:** app init and terminate ([6b84b09](https://github.com/mindjs/mindjs/commit/6b84b09))
* move utils to common module ([8d2b0d8](https://github.com/mindjs/mindjs/commit/8d2b0d8))
* testing module ([5b0b5f1](https://github.com/mindjs/mindjs/commit/5b0b5f1))
* upd app initiation workflow ([7c49210](https://github.com/mindjs/mindjs/commit/7c49210))
* upd DI tree initiation workflow ([93277c7](https://github.com/mindjs/mindjs/commit/93277c7))
* upd DI tree initiation workflow ([8ab9512](https://github.com/mindjs/mindjs/commit/8ab9512))
* upd DI tree initiation workflow ([367b427](https://github.com/mindjs/mindjs/commit/367b427))
* upd routing initialization ([53fa35c](https://github.com/mindjs/mindjs/commit/53fa35c))
* upd routing initialization ([96693df](https://github.com/mindjs/mindjs/commit/96693df))
* upd routing initiation ([f696b80](https://github.com/mindjs/mindjs/commit/f696b80))
* upd routing initiation ([6bf1ad5](https://github.com/mindjs/mindjs/commit/6bf1ad5))
* update routing initialization; re-order app initiation so that now it seems split into some kind of phases. It gives an ability to add life-cycle hooks in future ([0eebde7](https://github.com/mindjs/mindjs/commit/0eebde7))
* updates ([3ab61f1](https://github.com/mindjs/mindjs/commit/3ab61f1))