2015-01-13 09:34:42 +00:00
|
|
|
2015-01-13, Version 2.6.2
|
|
|
|
=========================
|
|
|
|
|
|
|
|
* Don't swallow error when a sub-dependency doesn't resolve. (Samuel Reed)
|
|
|
|
|
|
|
|
|
2015-01-12 17:00:57 +00:00
|
|
|
2015-01-12, Version 2.6.1
|
|
|
|
=========================
|
|
|
|
|
|
|
|
* Fix "incompatible loopback version" check & msg (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
|
2015-01-08 07:31:26 +00:00
|
|
|
2015-01-08, Version 2.6.0
|
|
|
|
=========================
|
|
|
|
|
|
|
|
* Add "booting" flag and emit "booted" event (Simon Ho)
|
|
|
|
|
|
|
|
* Configure components via `component-config.json` (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* Fix bad CLA URL in CONTRIBUTING.md (Ryan Graham)
|
|
|
|
|
|
|
|
|
2014-12-19 14:21:40 +00:00
|
|
|
2014-12-19, Version 2.5.2
|
|
|
|
=========================
|
|
|
|
|
|
|
|
* Dedupe boot scripts (Eric Satterwhite)
|
|
|
|
|
|
|
|
|
2014-12-08 07:09:33 +00:00
|
|
|
2014-12-08, Version 2.5.1
|
|
|
|
=========================
|
|
|
|
|
|
|
|
* Replace underscore with lodash (Ryan Graham)
|
|
|
|
|
|
|
|
|
2014-12-02 17:13:58 +00:00
|
|
|
2014-12-02, Version 2.5.0
|
|
|
|
=========================
|
|
|
|
|
|
|
|
* compiler: resolve paths in middleware params (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
|
2014-11-27 18:23:45 +00:00
|
|
|
2014-11-27, Version 2.4.0
|
|
|
|
=========================
|
2014-05-27 14:18:09 +00:00
|
|
|
|
2014-11-27 18:23:45 +00:00
|
|
|
* Implement shorthand notation for middleware paths (Raymond Feng)
|
2014-05-27 14:18:09 +00:00
|
|
|
|
2014-11-27 18:23:45 +00:00
|
|
|
* Load middleware and phases from `middleware.json` (Miroslav Bajtoš)
|
2014-05-27 14:18:09 +00:00
|
|
|
|
2014-11-27 18:23:45 +00:00
|
|
|
* Add jscs style check, fix violations found (Miroslav Bajtoš)
|
2014-05-27 14:18:09 +00:00
|
|
|
|
2014-11-27 18:23:45 +00:00
|
|
|
* Clean up .jshintrc (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* Use `chai` instead of `must` (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
|
|
|
|
2014-11-10, Version 2.3.1
|
|
|
|
=========================
|
|
|
|
|
|
|
|
* Bump version (Raymond Feng)
|
|
|
|
|
|
|
|
* Fix the test for built-in models on Windows (Raymond Feng)
|
|
|
|
|
|
|
|
* Fix jsdoc (Raymond Feng)
|
|
|
|
|
|
|
|
|
|
|
|
2014-10-27, Version 2.3.0
|
|
|
|
=========================
|
|
|
|
|
|
|
|
* compiler: fix coding style violations (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* support coffee-script models and client code (bitmage)
|
|
|
|
|
|
|
|
|
|
|
|
2014-10-22, Version 2.2.0
|
|
|
|
=========================
|
|
|
|
|
|
|
|
* compiler: support module-relative model sources (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* Skip definitions of built-in loopback models (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* package: update dependency versions (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* Use loopback 2.x in unit tests. (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
|
|
|
|
2014-10-09, Version 2.1.0
|
|
|
|
=========================
|
|
|
|
|
|
|
|
* Bump version (Raymond Feng)
|
|
|
|
|
|
|
|
* Add support for async boot scripts (Raymond Feng)
|
|
|
|
|
|
|
|
* Clean up jsdoc comments. (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* Custom rootDir for app config (johnsoftek)
|
|
|
|
|
|
|
|
* compiler: improve merging of Arrays and Objects (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* config-loader: deeply merge Array and Object vals (Shelby Sanders)
|
|
|
|
|
|
|
|
* gitignore: add Idea's *.iml files (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* package: Add `jshint` to `devDependencies` (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* Update contribution guidelines (Ryan Graham)
|
|
|
|
|
|
|
|
* test: ensure sandbox dir is present (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* test: add `global.navigator` for browser tests (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* test: increase timeout for browserify (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* index: fix jshint error (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* documentation fix (Alex)
|
|
|
|
|
|
|
|
* Fix typo (Fabien Franzen)
|
|
|
|
|
|
|
|
* Implemented modelSources, bootDirs and bootScripts options (Fabien Franzen)
|
|
|
|
|
|
|
|
|
|
|
|
2014-07-22, Version 2.0.0
|
|
|
|
=========================
|
|
|
|
|
|
|
|
* executor: remove `Base` arg from model function (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* package: update dependency versions (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
|
|
|
|
2014-07-17, Version v2.0.0-beta3
|
|
|
|
================================
|
|
|
|
|
|
|
|
* v2.0.0-beta3 (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* compiler: return a clone of instructions (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* test: export Int32Array and DataView for browser (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* v2.0.0-beta2 (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* Rename `models.json` to `model-config.json` (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* Remove non-API docs. (Rand McKinney)
|
|
|
|
|
|
|
|
* 2.0.0-beta1 (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* test: fix jshint warnings (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* compiler: fix references to loopback (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* Rename `app.json` to `config.json` (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* compiler: Sort models topologically (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* executor: Split model boot into two phases (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* compiler: Move model-sources cfg to models.json (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* package: Bump up the version to 2.0.0-dev (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* Rework model configuration (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* Remove auto-attach. (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* Change models.json to configure existing models (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
|
|
|
|
2014-07-17, Version 1.1.1
|
|
|
|
=========================
|
|
|
|
|
|
|
|
* compiler: return a clone of instructions (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* Remove README from API docs (Rand McKinney)
|
|
|
|
|
|
|
|
|
|
|
|
2014-07-17, Version 2.0.0-beta2
|
|
|
|
===============================
|
|
|
|
|
|
|
|
* test: export Int32Array and DataView for browser (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* v2.0.0-beta2 (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* Rename `models.json` to `model-config.json` (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* Remove non-API docs. (Rand McKinney)
|
|
|
|
|
|
|
|
|
|
|
|
2014-06-26, Version 2.0.0-beta1
|
|
|
|
===============================
|
|
|
|
|
|
|
|
* 2.0.0-beta1 (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* test: fix jshint warnings (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* compiler: fix references to loopback (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* Rename `app.json` to `config.json` (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* compiler: Sort models topologically (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* executor: Split model boot into two phases (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* compiler: Move model-sources cfg to models.json (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* package: Bump up the version to 2.0.0-dev (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* Rework model configuration (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* Remove auto-attach. (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* Change models.json to configure existing models (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
|
|
|
|
2014-06-26, Version 1.1.0
|
|
|
|
=========================
|
|
|
|
|
|
|
|
* docs: move hand-written content to README.md (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* executor: remove direct reference to loopback (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* Update link to doc (Rand McKinney)
|
|
|
|
|
|
|
|
* package: Fix repository url (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* Drop peer dep on loopback; add a runtime check (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* Wrap too long lines (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* Add disclaimer to JSDoc and small correction. (crandmck)
|
|
|
|
|
|
|
|
|
|
|
|
2014-06-05, Version 1.0.0
|
|
|
|
=========================
|
|
|
|
|
|
|
|
* First release!
|