Json Function
  • Json Function
  • Changelog
  • Functions
    • Schema
    • InnerJoin
    • Where
    • Select
    • Search
    • OrderBy
    • Limit
    • ToArray
    • Transform
Powered by GitBook
On this page
  • 1.8.13 - 2019-01-18
  • Optimized
  • 1.8.12 - 2019-01-17
  • Optimized
  • 1.8.11 - 2019-01-16
  • Fixed
  • 1.8.8 - 2019-01-10
  • Added
  • 1.8.6 - 2019-12-12
  • Fixed
  • 1.8.5 - 2019-12-07
  • Added
  • 1.8.1 - 2019-03-19
  • Changed
  • 1.7.1 - 2019-03-16
  • Added
  • 1.6.2 - 2019-03-12
  • Changed
  • Added
  • 1.5.0 - 2019-03-08
  • Changed
  • 1.4.0 - 2019-03-07
  • Added
  • 1.3.0 - 2019-01-27
  • Added
  • 1.2.0 - 2019-01-25
  • Fixed
  • Changed
  • 1.1.1 - 2019-01-25
  • Added

Was this helpful?

Changelog

1.8.13 - 2019-01-18

Optimized

  • The "Where" function has been optimized. Now 76.7% faster.

1.8.12 - 2019-01-17

Optimized

  • The "Select" function has been optimized. Now 15% faster.

1.8.11 - 2019-01-16

Fixed

  • Fixed a fatal error in the "Where" function.

1.8.8 - 2019-01-10

Added

  • Object support is added to "Schema" and "Transform" functions.

1.8.6 - 2019-12-12

Fixed

  • Fixed a problem in the "Transform" function.

1.8.5 - 2019-12-07

Added

  • Added transform function.

1.8.1 - 2019-03-19

Changed

  • "WhereTool" and "SchemaTool" tools have been optimized.

  • The "lodash.clonedeep" dependency has been removed.

1.7.1 - 2019-03-16

Added

  • Added where function advanced filter methods.

1.6.2 - 2019-03-12

Changed

  • Schema function join method option name fixed. seperator to separator.

Added

  • Added auto-completion and type support for editors. (index.d.ts)

1.5.0 - 2019-03-08

Changed

  • join().with() method changed to join(...args, { seperator: value }).

  • get-obj-deep-prop utils update.

  • Schema function added lodash.clonedeep.

1.4.0 - 2019-03-07

Added

  • custom() method was added to Schema tool.

1.3.0 - 2019-01-27

Added

  • setQuery() and getQuery() method added.

1.2.0 - 2019-01-25

Fixed

  • get-obj-deep-prop utils update.

Changed

  • All method names have been converted from CapitalCase to camelCase.

1.1.1 - 2019-01-25

Added

  • innerJoin() method added.

PreviousJson FunctionNextSchema

Last updated 5 years ago

Was this helpful?