17 KiB
17 KiB
layout |
---|
page |
Sprint 84 (2015-11-17 to 2015-11-30) so far
Components
- loopback-component-storage
- Released 1.6.0 (Raymond Feng)
- @fdb4c04 Add range support (Raymond Feng)
Core
- loopback-datasource-juggler
- Released 2.42.0 (Raymond Feng)
- PR#770 Correction of a regression introduced by commit 632898b (MichaelDiguet)
- Released 2.41.2 (Raymond Feng)
- @d7bbd7e Fix the typo (Raymond Feng)
- generator-loopback
- loopback-boot
- Released 2.14.2 (Miroslav Bajtoš)
- PR#159 executor: preserve RegExps in middleware paths (bajtos)
- Released 2.14.1 (Miroslav Bajtoš)
- PR#162 Warn about missing main json config file (Amir-61)
- loopback-swagger
- PR#20 Add GeoPoint support to explorer. (0candy)
- Released 2.2.2 (Miroslav Bajtoš)
- PR#17 specgen: ensure operation ids are unique (bajtos)
Connectors
- loopback-connector-mongodb
- Released 1.13.1 (Raymond Feng)
- @15b360c Fix the test set up (Raymond Feng)
- loopback-connector-mysql
- loopback-connector-postgresql
- loopback-connector-mssql
- Released 2.3.2 (Raymond Feng)
- PR#61 Add PARTITION BY to T-SQL query for include filter(to replace pull request #60) (eugene-frb)
- loopback-connector-remote
SDKs
- loopback-sdk-ios
- loopback-sdk-angular
- PR#191 WIP : Add description from model meta to docs template (davidcheung)
Sprint 83 (2015-11-03 to 2015-11-16)
Components
- loopback-component-oauth2
- @e71892d Refer to licenses with a link (Sam Roberts)
- loopback-component-push
- @a0fd92c Refer to licenses with a link (Sam Roberts)
- loopback-component-storage
- @a204980 Refer to licenses with a link (Sam Roberts)
- loopback-component-explorer
- @b8033fc Refer to licenses with a link (Sam Roberts)
- loopback-component-passport
- Released 1.6.0 (Raymond Feng)
- @7f15212 Refer to licenses with a link (Sam Roberts)
Core
- loopback
- Released 2.25.0 (Raymond Feng)
- PR#1811 Fix typo in description of persistedModel.updateAttributes() (richardpringle)
- Released 2.24.0 (Simon Ho)
- PR#1805 Fix cookie-parser error (superkhau)
- Released 2.23.0 (Miroslav Bajtoš)
- PR#1802 lib/registry: fix findModel for model ctor (bajtos)
- @e633617 Refer to licenses with a link (Sam Roberts)
- loopback-datasource-juggler
- PR#751 fix a global leak and two typo (clarkorz)
- @a27047a Refer to licenses with a link (Sam Roberts)
- generator-loopback
- Released 1.13.0 (Simon Ho)
- PR#119 Fix spawn-sync warning (superkhau)
- @4ab9bcf Refer to licenses with a link (Sam Roberts)
- loopback-boot
- @24fbfbe Refer to licenses with a link (Sam Roberts)
- loopback-swagger
- @8279872 Fix typo (Candy)
- @b6e3925 Refer to licenses with a link (Sam Roberts)
- Released 2.2.1 (Miroslav Bajtoš)
- @cbde5cb type-registry: code cleanup (Miroslav Bajtoš)
- PR#12 map ObjectID to string type (clarkorz)
- loopback-phase
- @43e0244 Refer to licenses with a link (Sam Roberts)
- loopback-filters
- @9dfa836 Refer to licenses with a link (Sam Roberts)
Connectors
- loopback-connector-oracle
- @a4b4856 Refer to licenses with a link (Sam Roberts)
- loopback-connector-soap
- @056ff7c Refer to licenses with a link (Sam Roberts)
- loopback-connector-rest
- @c443ec3 Refer to licenses with a link (Sam Roberts)
- loopback-connector-mongodb
- PR#190 Add env variable for mongodb server (cgole)
- @c060f21 Refer to licenses with a link (Sam Roberts)
- loopback-connector-mysql
- @90ca8a5 Refer to licenses with a link (Sam Roberts)
- loopback-connector-jsonrpc
- @86025ae Refer to licenses with a link (Sam Roberts)
- loopback-connector-redis
- @73056c6 Refer to licenses with a link (Sam Roberts)
- loopback-connector-postgresql
- Released 2.4.0 (Raymond Feng)
- @b1a6bab Refer to licenses with a link (Sam Roberts)
- loopback-connector-mssql
- @65561e5 Refer to licenses with a link (Sam Roberts)
- loopback-connector-remote
- @9fce179 Refer to licenses with a link (Sam Roberts)
- loopback-connector-sqlite3
- @b40c348 Refer to licenses with a link (Sam Roberts)
SDKs
- loopback-sdk-ios
- loopback-sdk-angular
- @d170fd9 Refer to licenses with a link (Sam Roberts)
Sprint 82 (2015-10-20 to 2015-11-02)
Components
Core
- loopback
- @3208547 Fix typo in doc comment (Rand McKinney)
- loopback-datasource-juggler
- @d9918d5 dropped unused functions and tests fixed (Wert_Lex)
- @2f31701 One more comment (Wert_Lex)
- @638002b Looks better now (Wert_Lex)
- Released 2.41.1 (Raymond Feng)
- PR#739 Fix filtering relations of a model with an order specified (mdartic)
- PR#746 Added missing callback when results are filtered (framp)
- generator-loopback
- PR#117 Add Feature: Select Model Location (JonathanPrince)
- loopback-swagger
Connectors
- loopback-connector-soap
- Released 2.3.0 (Raymond Feng)
- @0c4c5c8 Update soap dep (Raymond Feng)
SDKs
Sprint 81 (2015-10-06 to 2015-10-19)
Components
- loopback-component-push
- loopback-component-storage
Core
- loopback
- PR#1684 Do not include redundant ports in verify links (gausie)
- @351b802 Do not include redundant ports in verify links (Samuel Gaus)
- PR#1716 Set application's id property only if it's empty. (wusuopu)
- @ce48521 Set application's id property only if it's empty. (wusuopu)
- PR#1668 Update comment about user ACL to reflect implementation (philix)
- loopback-datasource-juggler
- @1cab016 home-written map extended with proper .set() method (Wert_Lex)
- @a5dd9c1 on the halfway to keeping original keys (Wert_Lex)
- @0864bf7 with updated map which stores original key and tests for them (Wert_Lex)
- Released 2.41.0 (Miroslav Bajtoš)
- PR#725 Ability to define normalization of undefined query (jrschumacher)
- @94c3f9a Ability to define normalization of undefined query (Ryan Schumacher)
- generator-loopback
- Released 1.12.1 (Raymond Feng)
- @52e4111 Skip non-object model types (Raymond Feng)
- loopback-boot
- Released 2.14.0 (Miroslav Bajtoš)
- PR#156 Support bluemix environment variables for host and port (bajtos)
- loopback-swagger
- Released 2.2.0 (Raymond Feng)
- PR#11 Feature/add ref support (raymondfeng)
Connectors
- loopback-connector-soap
- Released 2.2.0 (Raymond Feng)
- PR#26 Add support for request options (raymondfeng)
- loopback-connector-mysql