16 KiB
16 KiB
layout | since |
---|---|
page | (from 2015-11-05 to 2015-12-31) |
Core
generator-loopback
- PR#130 Remove slc:loopback-example (0candy)
- 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)
loopback
- PR#1910 Update persisted-model.js (crandmck)
- @b0a6242 3.0.0-alpha.1 (Miroslav Bajtoš)
- PR#1909 Start development of 3.0 (bajtos)
- Released 2.26.2 (Miroslav Bajtoš)
- PR#1899 Fix bulkUpdate to not trigger rectifyAll (Amir-61)
- Released 2.26.1 (Miroslav Bajtoš)
- PR#1894 PersistedModel: log rectify/rectifyAll triggers (bajtos)
- 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)
loopback-boot
- Released 2.16.0 (Miroslav Bajtoš)
- PR#165 executor: allow loopback versions >= 3.0.0-alpha (bajtos)
- 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)
loopback-datasource-juggler
- PR#809 Fix broken code fencings in the docs (alFReD-NSH)
- PR#806 Revert "Correct syntax for should and more" (superkhau)
- PR#804 Upgrade shouldjs to 8.0.2 (superkhau)
- @990307f 3.0.0-alpha.1 (Miroslav Bajtoš)
- PR#801 Start development of 3.0 (bajtos)
- PR#792 Redis test failiures (Amir-61)
- 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)
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)
strong-remoting
- Released 2.23.2 (Miroslav Bajtoš)
- PR#270 Retain accepted content-type with no-content (davidcheung)
- PR#261 Fix incorrect boolean logic on shared-method's
documented
flag. (STRML) - Released 2.23.1 (Miroslav Bajtoš)
- PR#269 Revert "Refactor and rework http coercion." (bajtos)
- Released 2.23.0 (Miroslav Bajtoš)
- PR#265 Refactor and rework http coercion. (bajtos)
Connectors
loopback-connector-mongodb
- PR#215 Remove email from AUTHORS (superkhau)
- PR#214 Update description in README.md (superkhau)
- PR#211 Clean up package.json (superkhau)
- PR#213 Update AUTHORS (superkhau)
- PR#212 Add AUTHORS file (superkhau)
- PR#209 test: fix order of semver arguments (rmg)
- @42f951c Add more tests for id coercion (Raymond Feng)
- 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)
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)
loopback-connector-mysql
loopback-connector-oracle
- Released 2.3.0 (Raymond Feng)
- @e7b5a69 Upgrade oracle driver version (Raymond Feng)
loopback-connector-postgresql
loopback-connector-remote
- PR#28 Add test for custom http.path configuration. (richardpringle)
- PR#27 test: load the correct Remote instance (bajtos)
loopback-connector-soap
- PR#29 Changing soap invocation test to weather services (davidcheung)
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)
loopback-sdk-angular-cli
- Released 2.0.1 (Ryan Graham)
- @8e1fde3 remove ref to removed lb-ng-doc bin (Ryan Graham)
- Released 2.0.0 (Miroslav Bajtoš)
- PR#36 [SEMVER-MAJOR] Remove lb-ng-doc and docular dependency (bajtos)
- Released 1.2.0 (Miroslav Bajtoš)
- PR#33 lb-ng support for async booting apps (doublemarked)
- @b2eb640 Support async booting apps (Heath Morrison)
loopback-sdk-ios
- PR#85 Added resetPasswordWithEmail to trigger reset of the users password (kgoedecke)
- PR#87 Fix swift compatibility issue when init'ing a repo (hideya)
- 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)
Components
loopback-component-passport
loopback-component-push
loopback-component-storage
- @24cd1a6 Remove test file (Raymond Feng)
- @685db48 Replace image (Raymond Feng)
- Released 1.6.0 (Raymond Feng)
- @fdb4c04 Add range support (Raymond Feng)