28 KiB
28 KiB
layout | since |
---|---|
page | (from 2016-03-14 to 2016-05-09) |
Core
generator-loopback
- @8fbdb0d update copyright notices and license (Ryan Graham)
- PR#177 Add warning when no datasource available (0candy)
- Released 1.20.6 (Miroslav Bajtoš)
- PR#175 Fix accept and return to end with empty input (jannyHou)
- Released 1.20.5 (Raymond Feng)
- PR#172 Fix how default base model is set (raymondfeng)
- PR#170 typo 'funtion' (bionikspoon)
- PR#169 Check empty name in validateName and add testcase (jannyHou)
- PR#168 Pare down next steps text when running apic. (curtisr7)
- Released 1.20.4 (Raymond Feng)
- @5920571 Exclude .pkgcache (Raymond Feng)
loopback
- PR#2297 Separate error-checking and next/done logic from other logic (supasate)
- PR#2269 Add feature to not allow duplicate role name (supasate)
- @6964914 update copyright statements (Ryan Graham)
- @8acac40 relicense as MIT only (Ryan Graham)
- PR#2283 travis: drop node@5, add node@6 (bajtos)
- PR#1989 [SEMVER-MAJOR] Remove "loopback.autoAttach()" (bajtos)
- PR#2259 Resolver support return promise (jannyHou)
- PR#2273 remove @private from jsdoc (bionikspoon)
- PR#2272 Fix for
remoteMethodDisabled
PR (superkhau) - PR#2266 Emit a remoteMethodDisabled event when disabling a remote method (supasate)
- PR#2245 Fix typo in Model.nestRemoting (bajtos)
- @58f32dd Update loopback.js (Rand McKinney)
- PR#2155 Fix inconsistencies in JSDoc (sghung)
- PR#2108 Allow built-in token middleware to run repeatedly (benkroeger)
- @9e0405d Allow built-in token middleware to run repeatedly (Benjamin Kröger)
- PR#2193 Use eslint with loopback config (bajtos)
- PR#2040 Feature/add promise doc (jannyHou)
- PR#2174 Remove constraint making isStatic required (0candy)
- PR#1780 Update persisted-model.js (linguofeng)
loopback-boot
- @5eaa909 update copyright notices and license (Ryan Graham)
- PR#185 Add flag var lazyConnect to ds config (jannyHou)
- Released 2.18.1 (Miroslav Bajtoš)
- PR#183 parse config: should ignore null values (LoicMahieu)
- Released 2.18.0 (Miroslav Bajtoš)
- PR#177 Dynamic configuration (davidcheung)
- PR#178 Use eslint with loopback config (bajtos)
loopback-datasource-juggler
- PR#918 [SEMVER-MAJOR] DAO.create: don't return the instance (bajtos)
- PR#917 RELEASE-NOTES: describe 30283291 (bajtos)
- PR#911 Implement operation hooks for EmbedsMany methods (bajtos)
- PR#904 Implement operation hooks for EmbedsOne methods (bajtos)
- PR#909 eslint config 2.0 + remove extra empty lines (bajtos)
- PR#893 Test coverages for hashed password (Amir-61)
- PR#896 Fix
forceId
check forreplaceById
(Amir-61) - PR#898 Fix notify for find method (Amir-61)
- PR#902 test: extract context-test-helpers (bajtos)
- PR#888 Define
patch
aliases (Amir-61) - @1e8fe6a 3.0.0-alpha.4 (Miroslav Bajtoš)
- PR#786 Partition by foreign key for pagination (raymondfeng)
- @e321baf Fix style errors (Raymond Feng)
- PR#860 fix nin support for in memory datasource (horiaradu)
- PR#886 Use eslint with loopback config (bajtos)
- PR#887 Relicense as MIT only (rmg)
- PR#866 Fix Mongo compatibility issue (Amir-61)
- PR#884 Add automigrate to setup tables for replace test cases (Amir-61)
- PR#881 Allow test folder to be published (Amir-61)
- PR#868 Fix tests for mysql (Amir-61)
- PR#875 support custom field settings under the connector's namespace (bitmage)
loopback-filters
- Released 0.1.2 (Ryan Graham)
- @2f44e21 update copyright notices and license (Ryan Graham)
- PR#4 Feature/eslint (Amir-61)
loopback-phase
- Released 1.3.1 (Ryan Graham)
- @fc2cf3d update copyright notices and license (Ryan Graham)
loopback-swagger
- Released 2.4.3 (Ryan Graham)
- @a0aa29a update copyright notices and license (Ryan Graham)
- Released 2.4.2 (Raymond Feng)
- PR#38 Do not generate required if no item is present (raymondfeng)
- PR#37 Add eslint infrastructure (Amir-61)
- Released 2.4.1 (Raymond Feng)
- @73dce7c Disable the warning as it prints messages during loopback scaffolding (Raymond Feng)
- Released 2.4.0 (Miroslav Bajtoš)
- PR#28 Improve schema generation for return object (hideya)
- @9667793 improve scheme generation for return object (hideya kawahara)
- PR#32 Support default status codes (0candy)
strong-remoting
- @aa391d2 update copyright notices (Ryan Graham)
- @d568588 relicense as Artistic-2.0 only (Ryan Graham)
- PR#291 Doc/hook return promise (jannyHou)
- PR#295 Remove reference to jshintrc (0candy)
- PR#294 Set to no compression when using change stream (0candy)
- PR#289 Handle array of errors. (richardpringle)
- PR#288 Use eslint with loopback config (gunjpan)
- PR#287 Fix typo (0candy)
strong-task-emitter
- Released 0.0.7 (Ryan Graham)
- @7afcf2c relicense as Artistic-2.0 only (Ryan Graham)
Connectors
loopback-connector-cloudant
- @ca6fb34 fix whitespace (Ryan Graham)
- Released 1.0.11 (Ryan Graham)
- @fc458cb update copyright notices and license (Ryan Graham)
- Released 1.0.10 (Anthony Ffrench)
- PR#16 Lazy connect when booting from swagger generator (jannyHou)
- Released 1.0.9 (Anthony Ffrench)
- @4c97c39 Fix , and operators to align with the CQ syntax. closes #12 (Anthony Ffrench)
- Released 1.0.8 (Anthony Ffrench)
- PR#14 Use the Cloudant Query selector syntax to associate models to (tonyffrench)
loopback-connector-db2
- @adc17e7 update copyright notices and license (Ryan Graham)
- PR#29 Add DB2 for z/OS support and a fix for issues #28 (qpresley)
- Released 1.0.14 (Quentin Presley)
- PR#27 Add SQL file for dashDB (qpresley)
- PR#26 properly identify and fail with missing credentials (svennam92)
- PR#24 Change test command back (jannyHou)
- PR#23 Use dsn to override other settings if dsn provided (jannyHou)
- Released 1.0.13 (Quentin Presley)
- @535df25 Update schema to default to this.username (Quentin Presley)
loopback-connector-jsonrpc
- Released 1.0.4 (Ryan Graham)
- @6fb035a update/insert copyright notices (Ryan Graham)
loopback-connector-mongodb
- Released 1.15.1 (Ryan Graham)
- @175e581 insert/update copyrights (Ryan Graham)
- @304537f relicense as MIT only (Ryan Graham)
- Released 1.15.0 (Miroslav Bajtoš)
- PR#241 Lazy connect when booting app (jannyHou)
- PR#68 Support for geoNear queries (timosaikkonen)
- PR#240 Add eslint infrastructure (Amir-61)
- PR#202 Implement replaceOrCreate and replaceAttributes (Amir-61)
loopback-connector-mssql
- @eb2b07d update copyright notices and license (Ryan Graham)
- PR#80 Lazy connect when booting app (jannyHou)
- @9d9c025 Add feature/eslint (Amir-61)
- @4564714 Fix linting errors (Amir Jafarian)
- @add7e21 Auto-update by eslint --fix (Amir Jafarian)
- @1febd1c Add eslint infrastructure (Amir Jafarian)
- Released 2.7.1 (Raymond Feng)
- PR#78 Keep float numbers (raymondfeng)
- PR#75 use url to override settings if url provided (jannyHou)
- Released 2.7.0 (Raymond Feng)
- PR#76 Use request.input to avoid SQL injection (raymondfeng)
loopback-connector-mysql
- @340a4eb insert/update copyright notices (Ryan Graham)
- @c442f57 relicense as MIT only (Ryan Graham)
- PR#156 Use url to override other settings if url provided (jannyHou)
- PR#157 Add
connectorCapabilities
(Amir-61) - PR#139 Implementation of ReplaceOrCreate - mysql (Amir-61)
loopback-connector-oracle
- @6c0ce51 update copyright notices and license (Ryan Graham)
- PR#64 Lazy connect when booting from swagger generator (jannyHou)
loopback-connector-postgresql
- PR#140 Lazy connect when booting from swagger (jannyHou)
- @0facead update/insert copyright notices (Ryan Graham)
- @5d5458b relicense as Artistic-2.0 only (Ryan Graham)
- PR#137 Fix typo in SET NOT NULL migration. (hyatt03)
loopback-connector-remote
- Released 1.3.1 (Ryan Graham)
- @17e60c9 update copyright notices and license (Ryan Graham)
- Released 1.3.0 (Miroslav Bajtoš)
- PR#44 Add promise support (doublemarked)
- PR#41 Remove .sl-blip.js (superkhau)
loopback-connector-rest
- @dab5a1d Add Eslint infrastructure (Amir-61)
- @aa20170 Fix linting errors (Amir Jafarian)
- @39bf2c3 Auto-update by eslint --fix (Amir Jafarian)
- @e2ff959 Add eslint infrastructure (Amir Jafarian)
- @5a1b1f9 relicense as MIT only (Ryan Graham)
- @2de4e5e insert IBM copyrights (Ryan Graham)
- @7a6bc5b Add a test for header var (Raymond Feng)
loopback-connector-soap
- Released 2.4.1 (Ryan Graham)
- @f5447c5 update copyright notices and license (Ryan Graham)
loopback-connector-sqlite3
- Released 1.1.2 (Ryan Graham)
- @5cdc819 update copyright notices and license (Ryan Graham)
SDKs
loopback-sdk-angular
- @279c810 update copyright notices and license (Ryan Graham)
- PR#178 Clear data logout interceptor (mrbatista)
- @1b5eba8 Clear user data when logout returns error response (Matteo Padovano)
- PR#218 Linting generated code (davidcheung)
- PR#217 Use ESlint in replace of jshint (davidcheung)
- PR#209 Added getter for AuthHeader value in LoopBackResource (martinjuhasz)
loopback-sdk-angular-cli
- @a11ba8b update copyright notices and license (Ryan Graham)
- PR#41 Update test's regex to reflect SDK change (davidcheung)
loopback-sdk-ios
- @f9fe9d3 update copyright notices and license (Ryan Graham)
loopback-sdk-xm
- @3c4bf47 update copyright notices and license (Ryan Graham)
Components
loopback-component-explorer
- PR#159 Upgrade loopback devDependency (supasate)
- @702117d Add blank lines to separate error-checking and done logic from other logic (Supasate Choochaisri)
- @c3fe27a Ignore copyright in dummy swagger-ui test (Supasate Choochaisri)
- @cb6eafd update copyright notices and license (Ryan Graham)
- PR#142 examples launch fix (Coobaha)
- Released 2.5.0 (Miroslav Bajtoš)
- PR#157 Allow disabling remote method after initialize explorer (supasate)
- @45e0bf8 More fixes of indentation in index.js (Miroslav Bajtoš)
- PR#158 Fix broken indentation (bajtos)
- PR#156 Feature/eslint (Amir-61)
loopback-component-oauth2
- Released 2.4.1 (Ryan Graham)
- @cf2277b update copyright notices and license (Ryan Graham)
loopback-component-passport
- @1e25a09 update copyright notices and license (Ryan Graham)
- PR#140 Return the configured strategy (ernie58)
- PR#142 adds error to redirect URL (ernie58)
- PR#136 Issue746 (loay)
loopback-component-push
- Released 1.5.4 (Ryan Graham)
- @b68d41a update copyright statements (Ryan Graham)
- @f6ca0a7 re-license as Artistic-2.0 only (Ryan Graham)
loopback-component-storage
- Released 1.8.1 (Ryan Graham)
- @728a198 update/insert copyright notices (Ryan Graham)
- @2121565 relicese as Artistic-2.0 only (Ryan Graham)
- @9f31877 Update storage-service.js (Rand McKinney)
- Released 1.8.0 (Simon Ho)
- PR#117 Remove space (superkhau)
- @6bf9361 Update storage-service.js (Rand McKinney)