21 KiB
21 KiB
layout | since |
---|---|
page | (from 2015-10-19 to 2015-12-14) |
Core
generator-loopback
- PR#124 Remote method generator (jannyHou)
- PR#127 fix assumptions about dependency locations (rmg)
- PR#120 Make sure relation name different from property name (jannyHou)
- Released 1.13.0 (Simon Ho)
- PR#119 Fix spawn-sync warning (superkhau)
- @4ab9bcf Refer to licenses with a link (Sam Roberts)
- PR#117 Add Feature: Select Model Location (JonathanPrince)
loopback
- Released 2.26.0 (Miroslav Bajtoš)
- PR#1860 Fix replication performance (bajtos)
- PR#1804 Add case-sensitive email option for User model (richardpringle)
- PR#1855 Adding properties description for User Model (davidcheung)
- PR#1847 Update model.js (crandmck)
- 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)
- PR#1789 PasswordReset fix for #1374 and #947 (simoami)
- @403e677 Fix user.resetPassword to fail on email not found (Simo Moujami)
- @3208547 Fix typo in doc comment (Rand McKinney)
loopback-boot
- Released 2.15.0 (Miroslav Bajtoš)
- PR#158 Bluemix favors PORT over VCAP_APP_PORT (svennam92)
- PR#164 Set app env if it is supplied in options object (Amir-61)
- 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)
- @24fbfbe Refer to licenses with a link (Sam Roberts)
loopback-datasource-juggler
- Released 2.44.0 (Raymond Feng)
- PR#789 Fix failing test for MongoDB connector (superkhau)
- PR#752 make automatic validation optional (ernie58)
- PR#776 Update helper scripts (superkhau)
- Released 2.43.0 (Raymond Feng)
- PR#755 fixes #753 (zmijevik)
- PR#775 Fix for issue #774 (pktippa)
- PR#764 Capture includeHasMany() as a find()'s caller by findCaller option (eugene-frb)
- PR#772 Ignored Error (Abebw)
- PR#715 foreignKey dataLength fix (nennad)
- PR#773 silence a warning that introduced in bluebird 3.0.x (clarkorz)
- 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)
- @c26b857 UpdateAttributes: Raises an error if database fails (Wilson Júnior)
- PR#751 fix a global leak and two typo (clarkorz)
- @a27047a Refer to licenses with a link (Sam Roberts)
- @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)
loopback-filters
- @9dfa836 Refer to licenses with a link (Sam Roberts)
loopback-phase
- @43e0244 Refer to licenses with a link (Sam Roberts)
loopback-swagger
- Released 2.2.3 (Miroslav Bajtoš)
- PR#21 Fix unused models + GeoPoint definition (bajtos)
- PR#20 Add GeoPoint support to explorer. (0candy)
- Released 2.2.2 (Miroslav Bajtoš)
- PR#17 specgen: ensure operation ids are unique (bajtos)
- PR#16 Fix typo in comment. (0candy)
- @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)
- PR#13 Register ObjectID for MongoDB, fix cause warning: Swagger: skipping unknown type "ObjectID" (duyetdev)
strong-remoting
- PR#255 WIP : Add sharedClass access inside restClass (davidcheung)
- @fd6d8e1 Test case for sharedClass property in restClass (David Cheung)
- Released 2.22.2 (Miroslav Bajtoš)
- PR#252 Fix issue #251, now default responses are application/json (jaime-franco)
- @950c6cf Refer to licenses with a link (Sam Roberts)
- Released 2.22.1 (Ritchie Martori)
- PR#249 Support application/vnd.api+json media type (digitalsadhu)
- Released 2.22.0 (Miroslav Bajtoš)
- PR#248 Modify RestAdapter to allow disabling errorHandler (digitalsadhu)
strong-task-emitter
- @ce2cf61 Refer to licenses with a link (Sam Roberts)
Connectors
loopback-connector-jsonrpc
- @86025ae Refer to licenses with a link (Sam Roberts)
loopback-connector-mongodb
- Released 1.13.2 (Raymond Feng)
- @cf53567 Make sure null/undefined id is not coerced (Raymond Feng)
- PR#203 Allow runtime configurable test environment (superkhau)
- @de7258a changed env variable fortest servers (cgole)
- Released 1.13.1 (Raymond Feng)
- @15b360c Fix the test set up (Raymond Feng)
- PR#190 Add env variable for mongodb server (cgole)
- @c060f21 Refer to licenses with a link (Sam Roberts)
loopback-connector-mssql
- Released 2.3.3 (Raymond Feng)
- PR#62 Fixed buildPartitionByFirst's 'where' argument. (eugene-frb)
- 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)
- @65561e5 Refer to licenses with a link (Sam Roberts)
loopback-connector-mysql
- PR#134 Add mysql CI host (cgole)
- @90ca8a5 Refer to licenses with a link (Sam Roberts)
loopback-connector-oracle
- Released 2.3.0 (Raymond Feng)
- @e7b5a69 Upgrade oracle driver version (Raymond Feng)
- @a4b4856 Refer to licenses with a link (Sam Roberts)
loopback-connector-postgresql
- PR#119 add CI DB server (cgole)
- Released 2.4.0 (Raymond Feng)
- @b1a6bab Refer to licenses with a link (Sam Roberts)
loopback-connector-redis
- @73056c6 Refer to licenses with a link (Sam Roberts)
loopback-connector-remote
- PR#28 Add test for custom http.path configuration. (richardpringle)
- PR#27 test: load the correct Remote instance (bajtos)
- @9fce179 Refer to licenses with a link (Sam Roberts)
loopback-connector-rest
- @c443ec3 Refer to licenses with a link (Sam Roberts)
loopback-connector-soap
- @056ff7c Refer to licenses with a link (Sam Roberts)
- Released 2.3.0 (Raymond Feng)
- @0c4c5c8 Update soap dep (Raymond Feng)
loopback-connector-sqlite3
- @b40c348 Refer to licenses with a link (Sam Roberts)
SDKs
loopback-sdk-angular
- Released 1.6.0 (Miroslav Bajtoš)
- PR#184 Fix request interceptor to process all requests on same host as urlBase (partap)
- @6a24f4d Send auth header to all URLs on the same host (Partap Davis)
- PR#193 Persisting rememberMe in localStorage (davidcheung)
- PR#191 WIP : Add description from model meta to docs template (davidcheung)
- @d170fd9 Refer to licenses with a link (Sam Roberts)
loopback-sdk-angular-cli
- Released 1.2.0 (Miroslav Bajtoš)
- PR#33 lb-ng support for async booting apps (doublemarked)
- @b2eb640 Support async booting apps (Heath Morrison)
- @23dae87 Refer to licenses with a link (Sam Roberts)
loopback-sdk-ios
- PR#79 Enable unit test execution from
npm test
(hideya) - PR#80 Update Subclassing.md (kexoth)
- PR#70 Remove redundant declarations of
+ (instancetype)repository
(hideya) - PR#76 Define module for the framework (Fix Issue #72) (hideya)
- PR#77 test-server: fix Container's base class to Model (bajtos)
- PR#75 Fix framework's exposure of non-public headers and clean-up headers for unit tests (hideya)
- PR#73 Add missing MobileCoreServices and SystemConfiguration to Podspec (hideya)
- PR#68 Necessary changes to support PersistedModel.updateAll (hideya)
- PR#67 Clean-up [ repository] implementations and other minor improvements (hideya)
Components
loopback-component-explorer
- @b8033fc Refer to licenses with a link (Sam Roberts)
loopback-component-oauth2
- @e71892d Refer to licenses with a link (Sam Roberts)
loopback-component-passport
- PR#110 Enforce email verification for local accounts (loay)
- Released 1.6.0 (Raymond Feng)
- @7f15212 Refer to licenses with a link (Sam Roberts)
loopback-component-push
- @a0fd92c Refer to licenses with a link (Sam Roberts)
loopback-component-storage
- Released 1.6.0 (Raymond Feng)
- @fdb4c04 Add range support (Raymond Feng)
- @a204980 Refer to licenses with a link (Sam Roberts)