Releases: drashland/accio
Releases · drashland/accio
v1.3.0
Requirements
- If using Node, then use Node v14+
- If using Deno, then use Deno v1.16+
Updates
- Allow
accio()
call to take in JSON string or object. Example:
const resultFromString = accio(`{"hello": "world"}`);
const resultFromObject = accio({hello: "world"});
v1.2.0-alpha-2
Requirements
- If using Node, then use Node v14+
- If using Deno, then use Deno v1.13+
Updates
- Fix issue with Deno build not having
Types
namespace
v1.2.0-alpha-1
Requirements
- If using Node, then use Node v14+
- If using Deno, then use Deno v1.13+
Updates
- Add options to
.seach()
. See README
's Tutorial > Searching > Options for information on new options.
v1.2.0
Requirements
- If using Node, then use Node v14+
- If using Deno, then use Deno v1.13+
Updates
v1.1.2
Requirements
- If using Node, then use Node v14+
- If using Deno, then use Deno v1.13+
Updates
- docs: Add Browser - JavaScript quickstart guide
v1.1.1
Requirements
- If using Node, then use Node v14+
- If using Deno, then use Deno v1.13+
Updates
- fix: issue with querying logic parsing
undefined
objects
v1.1.0-alpha-1
Requirements
- If using Node, then use Node v14+
- If using Deno, then use Deno v1.13+
Updates
feat: Add .search()
method
docs: Add Searching tutorial
docs: Add Traversing tutorial
chore: Remove Document
(no longer needed -- all objects are collections)
v1.1.0
Requirements
- If using Node, then use Node v14+
- If using Deno, then use Deno v1.13+
Updates
- feat: Add
.search()
method
- docs: Add Searching tutorial
- docs: Add Traversing tutorial
- chore: Remove
Document
(no longer needed -- all objects are collections)
v1.0.1
Requirements
- If using Node, then use Node v14+
- If using Deno, then use Deno v1.13+
Fixes
docs: Update example code block for .find()
to be correct
v1.0.0
Requirements
- If using Node, then use Node v14+
- If using Deno, then use Deno v1.13+
Getting Started
Please read the README for quickstart guides and API documentation.