2.2.0
What's Changed
A brand new set of datastore API methods are now available to make bulk operations easier. These are the bulk datastore API methods! Now, multiple calls to put
, get
, and delete
can be combined into single calls to bulkPut
, bulkGet
, and bulkDelete
instead. Some examples of using these with an actual datastore can be found in this comment.
Enhancements
Documentation
- Improve the contribution guidelines by @WilliamBergamin in #86
- feat: add readme to denoland by @WilliamBergamin in #91
New Contributors
Full Changelog: 2.1.2...2.1.3