24 KiB
24 KiB
layout | since |
---|---|
page | (from 2015-12-10 to 2016-02-04) |
Core
generator-loopback
- PR#138 Import
generator#invoke()
directly (bajtos) - PR#136 Prevent constructor to be property name (jannyHou)
- Released 1.14.0 (Simon Ho)
- PR#133 Prevent readonly models in relation generator (jannyHou)
- PR#134 Fix ci timeout error. (0candy)
- PR#121 Add command line printing swagger definition to loopback (0candy)
- PR#132 Use shared function (jannyHou)
- PR#130 Remove slc:loopback-example (0candy)
loopback
- PR#1851 Hide verificationToken (gausie)
- PR#1988 [SEMVER-MAJOR] Remove "loopback.DataModel" (bajtos)
- PR#1983 Correct JSDoc findOrCreate() callback in PersistedModel (noderat)
- PR#1957 Start development of 3.0 (0candy)
- PR#1908 Checkpoint speedup (Amir-61)
- @e06bd1a Fix typo in package.json (publishConfig) (Miroslav Bajtoš)
- PR#1953 Fix description for User.prototype.hasPassword (jannyHou)
- PR#1944 Remove unused code from loopback-testing-helper (superkhau)
- PR#1896 [SEMVER-MAJOR] Always use bluebird as promise library (jannyHou)
- PR#1943 [SEMVER-MAJOR] Make juggler a regular dependency (bajtos)
- PR#1935 Remove dependency on loopback-testing (superkhau)
- PR#1934 Fix failing tests (superkhau)
- 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)
loopback-boot
- PR#168 When config is overriden with null don't merge (alFReD-NSH)
- PR#169 Fix lodash 4.0.0 breaking changes (jdrouet)
- Released 2.16.0 (Miroslav Bajtoš)
- PR#165 executor: allow loopback versions >= 3.0.0-alpha (bajtos)
loopback-datasource-juggler
- PR#839 Fix conversion for
updateAttributes
(Amir-61) - PR#823 Prevent constructor to be property name (jannyHou)
- @54ca067 Revert "Change "npm test" to call mocha directly" (Miroslav Bajtoš)
- PR#831 Change "npm test" to call mocha directly (bajtos)
- PR#826 Refactor
updateAttributes
(Amir-61) - @d49dfa0 Update README.md (Simon Ho)
- @4ebbd0e Update README.md (Simon Ho)
- @c5f0be8 Update README.md (Simon Ho)
- PR#828 Add unit test to verify fix for #754 (superkhau)
- @2cdc4dd Update package.json (Janny)
- @ccf52f0 Try mocha test (Janny)
- PR#815 Implement
findOrCreate
for memory connector (Amir-61) - PR#790 [SEMVER-MAJOR] Always use bluebird as the Promise implementation (jannyHou)
- PR#796 Various fixes in operation hooks (bajtos)
- 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)
loopback-phase
- Released 1.3.0 (Miroslav Bajtoš)
- PR#10 Add "phaseList.registerHandler" (bajtos)
loopback-swagger
- PR#24 Make type geopoint case insensitive (0candy)
- PR#23 Treat property as type 'any' if not specified (0candy)
- PR#22 Exclude definitions that are not referenced (0candy)
- PR#19 Fix handling of allOf when generating models (mastersingh24)
strong-remoting
- PR#275 Change method call to find remote method. (0candy)
- @40c331a 3.0.0-alpha.1 (Miroslav Bajtoš)
- PR#279 Remote invocation phases (bajtos)
- PR#278 Extract ContextBase and ctx.getScope() (bajtos)
- PR#272 To allow user to customize the root element of xml output (davidcheung)
- PR#273 Start development of 3.0 (0candy)
- Released 2.24.0 (Ritchie Martori)
- @eb90d1c Remove old rest-models example (Ritchie Martori)
- 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)
Connectors
loopback-connector-cloudant
- @4798b84 default to sorting by id, fix custom id naming, implement filter.include (Anthony Ffrench)
- @aef5672 Updates to conform with StrongLoop eslint config (Anthony Ffrench)
- @8c5e025 Synchronize the configuration settings with the documentation. remove any hardcoded modelIndex (loopback__model__name) cases (Anthony Ffrench)
- @05df20f Add example usage (example/example.js) ... minor fixes (Anthony Ffrench)
loopback-connector-db2
- @c0231de Update IBM DB2 driver. Resolves node v0.10 build issues (Anthony Ffrench)
- PR#6 CI build cleanup (tonyffrench)
- PR#10 update ibm_db level to 0.0.18 - connect to strongloop/loopback-connector-db2#9 (qpresley)
- PR#8 Add updateOrCreate and ALTER TABLE support (qpresley)
- PR#4 Readme cleanup (crandmck)
- @887da69 Update package.json an init.js (Quentin Presley)
- @ab69ca4 Fix up some lint/test issues (Quentin Presley)
- @a2c436c Add settings.schema to the default schema name that is used to qualify unqualified database objects. closes #2 (Anthony Ffrench)
- @76a8dc1 fix another hardcoded id case vs model.idName (Anthony Ffrench)
- @a190cc5 update gitignore add npmignore (Anthony Ffrench)
- @c79a328 add support for limit and offset (Anthony Ffrench)
- @c4448e3 update README, fix timestap issue, start to work on limit and offset (Anthony Ffrench)
- @b03d365 use version 0.17 of ibm_db driver (Anthony Ffrench)
- @b780bbb Retrieve the correct effected row counts for UPDATE and DELETE (Anthony Ffrench)
- @cf80635 DB2 loopback connector initial commit (Anthony Ffrench)
- @6dd0688 first commit (Anthony Ffrench)
loopback-connector-mongodb
- PR#216 Upgrade should to 8.0.2 (superkhau)
- PR#221 Check dataSource.connecting to prevent race conditions (fabien)
- PR#210 Use ObjectId as internal storage for id (raymondfeng)
- 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)
loopback-connector-mssql
loopback-connector-mysql
loopback-connector-oracle
- PR#57 Add NOTICE (raymondfeng)
- PR#56 Upgrade should to 8.0.2 (superkhau)
loopback-connector-postgresql
loopback-connector-redis
- PR#15 Skip failing tests (superkhau)
- PR#14 Upgrade should to 8.0.2 (superkhau)
- PR#13 Use NPM run scripts instead of Make (superkhau)
- @5236baa Update README.md (Simon Ho)
- @f9e76c7 Update README.md (Simon Ho)
- @94a73a8 Update README.md (Simon Ho)
- PR#11 Refactor (superkhau)
loopback-connector-remote
- PR#35 Register Models with Dynamic converter (bajtos)
- @5b721fe Update README.md (Simon Ho)
- @14bfe9e Update README.md (Simon Ho)
- PR#31 Test fixes (superkhau)
- PR#29 Cleaning up obsolete or unused files & dependencies (glesage)
loopback-connector-rest
loopback-connector-soap
- PR#33 Add new example location to README.md (superkhau)
- PR#32 Remove example dir (superkhau)
- PR#30 Fix typo in readme.md (davidcheung)
- PR#29 Changing soap invocation test to weather services (davidcheung)
loopback-connector-sqlite3
SDKs
loopback-sdk-angular
- PR#203 Patch safari-private-mode localStorage unusable (davidcheung)
- PR#207 Remove bower.json and update dependencies (bajtos)
- PR#201 CommonJS package manager support (dfeddad)
- @08bdc48 Add CommonJS package manager support (Djamel Feddad)
- PR#202 Fix npm test on windows (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)
loopback-sdk-ios
- PR#93 Improve LBRESTAdapter repositoryWithModelName (hideya)
- PR#83 Add support for Buffer and GeoPoint data types (hideya)
- PR#92 Add support for plain model creation (hideya)
- PR#90 Upload now passes HTTP response as LBFile into success callback (kgoedecke)
- Released 1.3.2 (Raymond Feng)
- Released 1.3.1 (Raymond Feng)
- PR#91 Remove docs and docs-1.0 (crandmck)
- PR#85 Added resetPasswordWithEmail to trigger reset of the users password (kgoedecke)
- PR#87 Fix swift compatibility issue when init'ing a repo (hideya)
Components
loopback-component-explorer
- Released 2.3.0 (Miroslav Bajtoš)
- Released 2.2.0 (Raymond Feng)
- PR#148 remove references to ubuntu font (anthonyettinger)
- PR#141 Returning updated swaggerObject (pktippa)
- @2186b69 Update swaggerObject when a new model was added (Pradeep Kumar Tippa)
loopback-component-passport
- PR#121 Fix email validation for LDAP (loay)
- Released 2.0.0 (Ryan Graham)
- PR#115 Fix version Number (loay)
- PR#113 Use Auto-generated email (loay)
loopback-component-push
- PR#109 Remove dependency on loopback-testing (superkhau)
- Released 1.5.2 (Simon Ho)
- PR#108 Remove example dir (superkhau)
loopback-component-storage
- PR#109 Migrate examples (superkhau)
- PR#102 Expose originalFilename when getFilename is called (sanosom)
- @24cd1a6 Remove test file (Raymond Feng)
- @685db48 Replace image (Raymond Feng)