Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kinto

Package Overview
Dependencies
Maintainers
7
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kinto - npm Package Versions

1
56

1.1.0

Diff

Changelog

Source

v1.1.0 (2015-11-05)

Full Changelog

Implemented enhancements:

  • Preserve old files in gh-pages branch, so older assets versions aren't overriden #241
  • Hosted dist files should contain the version number in their filename #228
  • Updated dist command to add current version to asset names. #230 (n1k0)

Fixed bugs:

  • Handle the case of a flushed server in the demo. #231
  • Fixes #231: Updated demo to handle flushed server. #232 (n1k0)

Merged pull requests:

n1k0
published 1.0.0 •

Changelog

Source

v1.0.0 (2015-10-27)

Change Log

Implemented enhancements:

  • Don't version dist files, publish & host them. #203
  • Add a publish-demo command to deploy demo assets to gh-pages #202
  • Investigate how to allow importing kinto public modules from other packages #193
  • Remove unneeded external dependencies #190
  • How does Kinto.js detect server was flushed and reupload the local database. #178
  • Consistent reported errors formatting in sync result object #176
  • Fixes #176: Consistent sync result error reporting. #220 (n1k0)
  • Fixes #203: Removed dist files. #217 (n1k0)
  • Flushed server handling. #214 (n1k0)
  • Inject dependencies #199 (mozmark)

Fixed bugs:

  • Installing 1.0.0-rc.5 through npm and using it from the node command triggers an error #208
  • Fixes #114: Drop collection metas on #clear(). #221 (n1k0)

Closed issues:

  • Investigate how to link to foreign symbols from within esdoc #215
  • reject instead of throw if item not found in Collection#get #200
  • Update tutorial to use the /v1 version of the public moz test kinto server #188
  • Investigate Travis failure #182
  • Avoid typing and extending classes for transformers #155
  • Add an Authentication section to the docs #99

Merged pull requests:

n1k0
published 1.0.0-rc.5 •

Changelog

Source

v1.0.0-rc.5 (2015-09-30)

Full Changelog

Merged pull requests:

n1k0
published 1.0.0-rc.4 •

Changelog

Source

v1.0.0-rc.4 (2015-09-29)

Full Changelog

Implemented enhancements:

  • Add server logging to integration tests, ensure process doesn't die. #185
  • Handling errors during the this.create step of _importChange #165
  • Raise an error when an id is passed to Collection#create but not necessary #158
  • Pluggable ID schema's #138
  • Avoid running coverage twice now that isparta is fixed #133
  • Expose Collection.strategy.* #113
  • Add lint/style check in Travis #5
  • Fixes #122 - Added Kinto.createRemoteTransformer(). #139 (n1k0)

Fixed bugs:

  • Improve consistency of conflict resolution strategies #150
  • Why is Content-Length header required on Kinto server responses? #125
  • Document bucket option #120
  • Error when server returns 400 error response #110

Closed issues:

  • Can we avoid OPTIONS preflights on (some) GET requests? #170
  • Avoid checking the server settings for each collection #169
  • Ensure lastModified value isn't updated if errors are encountered #163
  • Cache headers #162
  • Non-empty syncResults.updated when syncing to an empty remote collection #160
  • Move Collection\#use to optional second argument of Kinto\#collection #148
  • Always brace single-line controlled statements #141
  • Investigate offline support feature #140
  • Freeze the versions of the compilers #131
  • Coverage badge is broken #127
  • Unhandled promise rejection if server response has no 'data' field #126
  • Report http errors in a meaningful way #124
  • Is mutating the [[Prototype]] of an object slow? #123
  • Using Transformers with prototypal inheritance #122
  • Maybe add fetch-only / push-only option in Collection#sync() #116
  • Accept Syncto base64 record_ids #115

Merged pull requests:

  • Fixes #185: detailed server error logging in case start fails. #186 (n1k0)
  • Upgraded Kinto to 1.5.0. #184 (n1k0)
  • 'git co' -> 'git clone' in install instructions #179 (michielbdejong)
  • Fixes #169 - Instantiate Api only once #175 (michielbdejong)
  • Fixes #165: Expose per-record import errors. #174 (n1k0)
  • Fixes 155: Drop use of classes for transformers and IdSchema. #171 (n1k0)
  • Fixes #158 - Collection#create Id requirements validation. #168 (n1k0)
  • Upgraded Kinto to 1.4.0. #167 (n1k0)
  • Correct code comment for Collection\#pullChanges #166 (michielbdejong)
  • Fixes #163: Ensure lastModified isn't saved on import errors encountered #164 (n1k0)
  • Refs #160: Sync flow and result object format optimizations. #161 (n1k0)
  • Section label resolving-conflicts -> resolving-conflicts-manually #159 (michielbdejong)
  • Fixes #150 — Consistent conflicts resolution strategies. #152 (n1k0)
  • Fixes #113 - Expose synchronization strategy constants. #151 (n1k0)
  • Fixes #148 - Extra arg on Kinto#collection to replace Collection#use. #149 (michielbdejong)
  • Fixes #125, fixes #110: Drop reliance on Content-Length header. #146 (n1k0)
  • Fixes #120 - Documented bucket option. #145 (n1k0)
  • Fixes #138 - Implement custom id schema's #143 (michielbdejong)
  • Fix db transactions on safari. #142 (n1k0)
  • Fix test failing when KINTO_PSERVE_EXECUTABLE is not set in the env. #132 (QuentinRoy)
  • Add instructions on how to run functional tests. #130 (ametaireau)
  • Hint at http error reporting in docs example, fix #124 #128 (michielbdejong)
  • Add ESLint on TravisCI (fixes #5) #121 (leplatrem)
  • Remove mentions of Cliquet #118 (leplatrem)
  • Document list sorting and filtering #117 (leplatrem)
  • Introduce local DB prefix #111 (leplatrem)
  • Nits in backoff and alert header docs #109 (leplatrem)
  • Clarify docs about having to resolve incoming conflicts #108 (leplatrem)
  • Skip last pull if nothing to push #107 (leplatrem)
  • [Ready for Review] Initial implementation of transformers. #106 (n1k0)
  • Fixes #103 - Updated links to public static assets. #104 (n1k0)
  • Remove the Backoff header handling exclusion for 304 responses #86 (n1k0)
  • Change the license #2 (ametaireau)
n1k0
published 1.0.0-rc.3 •

Changelog

Source
n1k0
published 1.0.0-rc.2 •

Changelog

Source

1.0.0-rc.2 (2015-07-31)

Full Changelog

Closed issues:

  • Host static assets on a CDN #103

Merged pull requests:

  • Fixed npm published package. #105 (n1k0)
n1k0
published 1.0.0-rc.1 •

Changelog

Source

1.0.0-rc.1 (2015-07-31)

Full Changelog

Implemented enhancements:

  • Add integration test for deprecation headers #85
  • Handle deprecation headers #69
  • Handle backoff indicators #68
  • Support unlimited batch requests #64

Fixed bugs:

  • Error on synchronization with a HTTP 304 on the collection from the server #71

Closed issues:

  • Sync flow should stop when pushing changes fails #96
  • Create a localStorage adapter. #94
  • Cached Kinto collections instances are not uniquely identified #89
  • Expose events for server backoff #84
  • Provide a hook to interecept deprecation warnings. #81
  • Builds are marked green even if failures occured. #74
  • Add a simple functional test suite for the demo, using jsdom. #70
  • Refactor generic HTTP error handling. #57
  • Expose conflicting record details on BATCH 412 responses #56
  • Demo is broken. #54
  • Don't mention Cliquet in the repo description #47
  • Fetch remote server settings. #41
  • Add checks for unsupported Cliquet protocol version. #40
  • Host a demo instance on Github pages #38
  • Remote URL should have a trailing slash. #33
  • Validate passed uuids #28
  • Reflect record ids sent to BATCH in result object #15
  • Handle BATCH 409 responses #14
  • Handle BATCH request limit #13
  • Improve error reporting when fetching changes failed. #12
  • Implement local list filtering #6

Merged pull requests:

  • Update after Kinto organization move. #102 (Natim)
  • Prepare 1.0.0-rc.1 #101 (n1k0)
  • Added synchronization flow diagram. #100 (n1k0)
  • Fixes #91 - Added corsMode option. #98 (n1k0)
  • Fixes #96 - Sync flow should stop when pushing changes fails. #97 (n1k0)
  • [Landed] Added LocalStorage adapter. #95 (n1k0)
  • Local storage adapters. #92 (n1k0)
  • Documented current known limitations. #90 (n1k0)
  • Refs #81, #84 - Add support for backoff and deprecated public events. #88 (n1k0)
  • Fixes #85 - Added integration test for deprecation headers. #87 (n1k0)
  • Fixes #68 - Handle Backoff header. #82 (n1k0)
  • No sudo for travis #80 (magopian)
  • Fixes #69 - Handle deprecation header. #79 (n1k0)
  • Reintegrated coverage using a two-passes strategy. #77 (n1k0)
  • Refs #74 - Removed coverage from continuous integration. #76 (n1k0)
  • Upgrade to Kinto 1.3.1. #73 (n1k0)
  • Fixes #71 - Simplified empty HTTP response handling. #72 (n1k0)
  • Add safety check if batch limit setting is falsy (fixes #64) #65 (leplatrem)
  • Automatically drop the trailing slash from passed remote url. #63 (n1k0)
  • Fixes #54 - Upgrade to Kinto server v1.3. #62 (n1k0)
  • Fixes #28 - Validate uuids #61 (n1k0)
  • Fixes #13 - Batch requests chunking. #60 (n1k0)
  • Fixes #57 - Better HTTP error handling. #58 (n1k0)
  • Fixes #41 - Added Api#fetchServerSettings. #55 (n1k0)
  • Refs #40 - Added checks for supported protocol version. #53 (n1k0)
  • Closes #6 - Local collection data ordering & filtering. #52 (n1k0)
  • Fixes #12 - Improved Api#fetchChangesSince error messages. #51 (n1k0)
  • Added full integration test suite. #50 (n1k0)
  • Adding the documentation badge in the readme. #49 (n1k0)
  • "ReferenceError: render is not defined" and a few typos in tutorial #46 (ferjm)
  • Update index.md #43 (ametaireau)
  • Don't mention cliquet in the readme. #42 (ametaireau)
  • Rename project to kinto.js #37 (n1k0)
  • Kinto setup script. #32 (n1k0)
1
56
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc