Skip to content

Releases: drashland/accio

v1.3.0

27 Nov 00:22
Compare
Choose a tag to compare

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

14 Sep 03:27
Compare
Choose a tag to compare

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

14 Sep 03:19
Compare
Choose a tag to compare

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

14 Sep 03:38
Compare
Choose a tag to compare

Requirements

  • If using Node, then use Node v14+
  • If using Deno, then use Deno v1.13+

Updates

v1.1.2

12 Sep 22:42
Compare
Choose a tag to compare

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

12 Sep 21:02
Compare
Choose a tag to compare

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

12 Sep 19:11
832ced1
Compare
Choose a tag to compare

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

12 Sep 19:20
bbb963b
Compare
Choose a tag to compare

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

12 Sep 04:09
Compare
Choose a tag to compare

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

12 Sep 03:59
9e44920
Compare
Choose a tag to compare

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.