-
chore: update LTS status (Diana Lau)
-
chore: update copyrights years (Agnes Lin)
- chore: upgrade deps to avoid npm audit warnings (Raymond Feng)
-
fix: set
app.booting
flag immediately (Miroslav Bajtoš) -
fix: update lodash (jannyHou)
-
README: update LTS status (Miroslav Bajtoš)
-
Add support for es6 modules for boot scripts (Walker)
-
update: dependency (jannyHou)
-
chore: update dependencies (Diana Lau)
-
[WebFM] cs/pl/ru translation (candytangnb)
-
chore: update license (Diana Lau)
-
CODEOWNERS: move @lehni to Alumni section (Miroslav Bajtoš)
-
Add support for ES6 style async boot scripts (Jürg Lehni)
-
update strong-globalize to 3.1.0 (shimks)
-
CODEOWNERS: add zbarbuto (Miroslav Bajtoš)
-
Ignore source maps in boot (Zak Barbuto)
-
CODEOWNERS: add lehni (Miroslav Bajtoš)
-
Create Issue and PR Templates (#261) (Sakib Hasan)
-
Add CODEOWNER file (Diana Lau)
-
Update Italian translated strings Q2 2017 (Allen Boone)
-
Update translated strings Q2 2017 (Allen Boone)
-
Replicate new issue_template from loopback (Siddhi Pai)
-
Replicate issue_template from loopback repo (Siddhi Pai)
-
Upgrade deps and fix style issues (Raymond Feng)
-
Provide scriptExtensions option (Supasate Choochaisri)
-
Update paid support URL (Siddhi Pai)
-
Refactor for modular and pluggable design (Raymond Feng)
-
Add Node v7 to Travis CI platforms (Miroslav Bajtoš)
-
Drop support for Node v0.10 and v0.12 (Miroslav Bajtoš)
-
readme: update URL to new doc site (David Cheung)
-
Update ja translation file (Candy)
-
Update header-browser.md (Sequoia McDowell)
-
Update translation files - round#2 (Candy)
-
Normalize line endings to support both LF and CRLF (Miroslav Bajtoš)
-
Remove "defaultForType" from datasource config (Miroslav Bajtoš)
-
Update deps to loopback 3.0.0 RC (Miroslav Bajtoš)
-
globalization: add translated strings (gunjpan)
-
Start development of 3.0 (Miroslav Bajtoš)
-
Replace fs.existsSync calls with fs.statSync (Joshua Estrin Skrzypek)
-
Change test cases port to be dynamic (David Cheung)
-
Globalization for Loopback-boot (David Cheung)
-
Configurable dir for components and middleware (Doped Dude)
-
test: fix security warning (Miroslav Bajtoš)
-
Update URLs in CONTRIBUTING.md (#198) (Ryan Graham)
-
travis: drop io.js, add Node v4 and v6 (Miroslav Bajtoš)
-
Stop caching config files (Miroslav Bajtoš)
-
update copyright notices and license (Ryan Graham)
-
Add flag var lazyConnect to ds config (juehou)
- parse config: should ignore null values (Loïc Mahieu)
-
Dynamic datasources.json from ENV and config.json (David Cheung)
-
Use eslint with loopback config (Miroslav Bajtoš)
-
executor: move "booted" and cb() to the next tick (Miroslav Bajtoš)
-
Fix lodash 4.0.0 breaking changes (Jérémie Drouet)
-
When config is overriden with null don't merge (Farid Neshat)
- executor: allow loopback versions >= 3.0.0-alpha (Miroslav Bajtoš)
-
Bluemix prefers HOST/PORT over VCAP_APP_XXXX (Sai Vennam)
-
Set app env if it is supplied in options object (Amir Jafarian)
- executor: preserve RegExps in middleware paths (Miroslav Bajtoš)
-
Warn user if missing a config file (Amir Jafarian)
-
Refer to licenses with a link (Sam Roberts)
- Support bluemix env variables for host and port (Miroslav Bajtoš)
-
add env folder for boot (yorkie)
-
Use strongloop conventions for licensing (Sam Roberts)
- test: fix strict mode failure (Ryan Graham)
- Add config variable checks (Simon Ho)
-
Resolve ${var} values in component-config.json (Hage Yaapa)
-
Resolve ${var} values in middleware.json (Hack Sparrow)
-
Upgrade Travis to container-based infrastructure (Miroslav Bajtoš)
- Allow middleware array merge by a key in item objects (Raymond Feng)
- Enhance middleware config merge (Raymond Feng)
-
Fix the build failure (Raymond Feng)
-
Fix the model-config/datasource merge (Raymond Feng)
-
Resolved style issue (Dennis Ashby)
-
Added code to allow model-config to respect model-config.local.js and model-config.env.js as do other config files. (Dennis Ashby)
-
Add jsdoc for
options.mixinSources
(Miroslav Bajtoš) -
allow middleware to be optional (Hage Yaapa)
- Excl. mod. main path from middleware instructions (Miroslav Bajtoš)
-
Add more debug info for config loading (Ritchie Martori)
-
use a new variable for better debug output (Bryan Clark)
-
Support iisnode using named pipes as PORT value (Jonathan Sheely)
-
support 'mixinsources' option (Pradnya Baviskar)
-
compiler: Simplify verifyModelDefinitions() (Miroslav Bajtoš)
-
Fix coding style issues, add API docs (Miroslav Bajtoš)
-
Extend options arg to support custom model definitions (Shlomi Assaf)
-
add support for mixins - [mixinDirs]: List of directories to look for files containing model mixin definition. (Pradnya Baviskar)
-
executor: fix port lookup (Miroslav Bajtoš)
-
Clean up compiler.tryResolveAppPath (Miroslav Bajtoš)
-
Configure Travis CI builds (Miroslav Bajtoš)
-
Upgrade lodash and drop underscore.string (Bryan Clark)
-
add console.error message to a bad require in a boot script (Bryan Clark)
-
Support per-application registry of models (Miroslav Bajtoš)
-
Use filename as default value for Model name (Pradnya Baviskar)
-
compiler: code cleanup (Miroslav Bajtoš)
-
Improve the resolution of relative paths - resolve module relative path for component - prioritize coffeescript over json (Pradnya Baviskar)
-
Resolve module paths as relative to appRootDir - for middleware (Pradnya Baviskar)
-
Support for multiple apps in browserified bundle. (Krishna Raman)
-
Resolve missing file extension for module relative paths (Pradnya Baviskar)
-
Resolve module paths as relative to appRootDir (Pradnya Baviskar)
-
Resolve relative paths in using appRootDir (Pradnya Baviskar)
-
Add feature to disable component (Pradnya Baviskar)
-
Fix test for different line endings on Windows (Pradnya Baviskar)
-
Refactor unit test assertions to be more specific (Simon Ho)
-
Add unit test to verify `app.booting flag status (Simon Ho)
- Save instructions.json in root dir Saving in node_modules dir causes complaints and missing files fixes #94 (Berkeley Martinez)
-
executor: pass correct
this
to middleware (Clark Wang) -
Fix broken links (Rand McKinney)
- Don't swallow error when a sub-dependency doesn't resolve. (Samuel Reed)
- Fix "incompatible loopback version" check & msg (Miroslav Bajtoš)
-
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)
- Dedupe boot scripts (Eric Satterwhite)
- Replace underscore with lodash (Ryan Graham)
- compiler: resolve paths in middleware params (Miroslav Bajtoš)
-
Implement shorthand notation for middleware paths (Raymond Feng)
-
Load middleware and phases from
middleware.json
(Miroslav Bajtoš) -
Add jscs style check, fix violations found (Miroslav Bajtoš)
-
Clean up .jshintrc (Miroslav Bajtoš)
-
Use
chai
instead ofmust
(Miroslav Bajtoš)
-
Bump version (Raymond Feng)
-
Fix the test for built-in models on Windows (Raymond Feng)
-
Fix jsdoc (Raymond Feng)
-
compiler: fix coding style violations (Miroslav Bajtoš)
-
support coffee-script models and client code (bitmage)
-
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š)
-
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
todevDependencies
(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)
-
executor: remove
Base
arg from model function (Miroslav Bajtoš) -
package: update dependency versions (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
tomodel-config.json
(Miroslav Bajtoš) -
Remove non-API docs. (Rand McKinney)
-
test: fix jshint warnings (Miroslav Bajtoš)
-
compiler: fix references to loopback (Miroslav Bajtoš)
-
Rename
app.json
toconfig.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š)
-
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)
- First release!