Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(validator): add indexed as ignored const #151

Open
wants to merge 141 commits into
base: release/0.2.0
Choose a base branch
from

Commits on Oct 9, 2017

  1. Configuration menu
    Copy the full SHA
    0532a88 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2017

  1. Configuration menu
    Copy the full SHA
    277dfe0 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2018

  1. Configuration menu
    Copy the full SHA
    c689377 View commit details
    Browse the repository at this point in the history
  2. 0.1.11

    adam-cowley committed Jan 1, 2018
    Configuration menu
    Copy the full SHA
    1ecf228 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2018

  1. Create LICENSE

    adam-cowley committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    8fe1a47 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2018

  1. Configuration menu
    Copy the full SHA
    63b0483 View commit details
    Browse the repository at this point in the history
  2. 0.1.12

    adam-cowley committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    cc86e46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdab560 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2018

  1. Configuration menu
    Copy the full SHA
    ccae12b View commit details
    Browse the repository at this point in the history
  2. 0.1.13

    adam-cowley committed May 21, 2018
    Configuration menu
    Copy the full SHA
    d3e2bcc View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2018

  1. Initial typings added

    Noumaan Shah committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    233dcd3 View commit details
    Browse the repository at this point in the history
  2. Added property type readonly which reads values from neo4j DB but nev…

    …er writes these values - useful when using generated UUIDs in a neo4j plugin
    Noumaan Shah committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    fa0088e View commit details
    Browse the repository at this point in the history
  3. Fix lint error on unexpected negation

    Noumaan Shah committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    9b191a5 View commit details
    Browse the repository at this point in the history
  4. Lint fix

    Noumaan Shah committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    8dc4401 View commit details
    Browse the repository at this point in the history
  5. Added schema type

    Noumaan Shah committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    72651c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2018

  1. Added spatial properties

    Noumaan Shah committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    357fc2d View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2018

  1. Initial typings added

    Noumaan Shah authored and adam-cowley committed Jul 1, 2018
    Configuration menu
    Copy the full SHA
    aca820b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a299254 View commit details
    Browse the repository at this point in the history
  3. Merge pull request adam-cowley#11 from noumaans/property_date

    DateTime and Spatial Properties added
    adam-cowley committed Jul 1, 2018
    Configuration menu
    Copy the full SHA
    cf7660a View commit details
    Browse the repository at this point in the history
  4. Fix for undefined when using instance.query()

    Noumaan Shah authored and adam-cowley committed Jul 1, 2018
    Configuration menu
    Copy the full SHA
    b60c6bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc163f5 View commit details
    Browse the repository at this point in the history
  6. Bumped neo4j versions

    adam-cowley committed Jul 1, 2018
    Configuration menu
    Copy the full SHA
    64a4e24 View commit details
    Browse the repository at this point in the history
  7. 0.1.14

    adam-cowley committed Jul 1, 2018
    Configuration menu
    Copy the full SHA
    0ee9e6d View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2018

  1. Configuration menu
    Copy the full SHA
    a85f31d View commit details
    Browse the repository at this point in the history
  2. 0.1.15

    adam-cowley committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    d5eb75a View commit details
    Browse the repository at this point in the history
  3. Build

    adam-cowley committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    40ea1e9 View commit details
    Browse the repository at this point in the history
  4. 0.1.16

    adam-cowley committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    b2e3bde View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. Configuration menu
    Copy the full SHA
    2da57ee View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Merge branch 'release/0.2'

    - Introduced 'node', 'nodes', 'relationship' and 'relationship' types (adam-cowley#16)
    - Improved eager loading and
    - Rewrote create and merge services
    - Support more flexible target definitions (fixes adam-cowley#18)
    - Temporal and Spatial Support (fixes adam-cowley#8)
    - Improved test coverage
    adam-cowley committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    2fdd704 View commit details
    Browse the repository at this point in the history
  2. Patch Version

    adam-cowley committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    b8e9987 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f138d97 View commit details
    Browse the repository at this point in the history
  4. 0.2.9

    adam-cowley committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    5e394f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2018

  1. Fix index usage in schema

    a-type authored and adam-cowley committed Sep 23, 2018
    Configuration menu
    Copy the full SHA
    235d568 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. - Removed remaining merge conflicts in (fixes adam-cowley#26)

    - Custom validator and conversion from javascript Dates to Neo4j temporal types (fixes adam-cowley#23 adam-cowley#22)
    -
    adam-cowley committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    3813f92 View commit details
    Browse the repository at this point in the history
  2. 0.2.10

    adam-cowley committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    918dac5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b8e1cc View commit details
    Browse the repository at this point in the history
  4. Fix doc

    bboure authored and adam-cowley committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    d11f838 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2018

  1. Update package.json to have MIT License

    I noticed on npm your package said it was ISC licensed. Then I looked for a license file here on GitHub, and it appears you put an MIT license file. So, I'm just guessing the ISC license in package.json was a mistake,  because ISC is the default license when you `npm init`. Either way at least one of them should change, so just letting you know.
    johnsonjo4531 authored and adam-cowley committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    d5a10d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

  1. Configuration menu
    Copy the full SHA
    89980f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0b2d37 View commit details
    Browse the repository at this point in the history
  3. Fix adam-cowley#32

    This change fixes adam-cowley#32, which causes properties with falsey values to be dropped from creates.
    purplemana authored and adam-cowley committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    91ca58d View commit details
    Browse the repository at this point in the history
  4. Fix adam-cowley#32

    This change fixes adam-cowley#32, which causes properties with falsey values to be dropped from creates.
    
    Add test for default false value for boolean type.
    purplemana authored and adam-cowley committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    8944fbb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8765e1f View commit details
    Browse the repository at this point in the history
  6. Fix map return type.

    SukantGujar authored and adam-cowley committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    dd698e5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e0f9c4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    656746d View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

  1. Configuration menu
    Copy the full SHA
    a6a0421 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c8c26d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b33854 View commit details
    Browse the repository at this point in the history
  4. 0.2.11

    adam-cowley committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    853ce68 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32f404e View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. Configuration menu
    Copy the full SHA
    6152d40 View commit details
    Browse the repository at this point in the history
  2. 0.2.12

    adam-cowley committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    ca5eeb6 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. Fixed bug where same field cannot be included in 2 where clauses. Add…

    …ed between query condition
    adam-cowley committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    9290c47 View commit details
    Browse the repository at this point in the history
  2. Added test

    adam-cowley committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    f6dcb11 View commit details
    Browse the repository at this point in the history
  3. 0.2.13

    adam-cowley committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    c9f7020 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Configuration menu
    Copy the full SHA
    bb97d6c View commit details
    Browse the repository at this point in the history
  2. 0.2.14

    adam-cowley committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    e9e9a48 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. Implement Raw SET

    bboure authored and adam-cowley committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    8b666d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2aefe4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a66fa79 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. added toCollection method

    adam-cowley committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    9b533f1 View commit details
    Browse the repository at this point in the history
  2. 0.2.15

    adam-cowley committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    454f0cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f978655 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2019

  1. Updated dependencies

    adam-cowley committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    5132027 View commit details
    Browse the repository at this point in the history
  2. 0.2.16

    adam-cowley committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    ba755fe View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. Configuration menu
    Copy the full SHA
    f8aec9b View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2019

  1. Allow nulls

    adam-cowley committed Jul 20, 2019
    Configuration menu
    Copy the full SHA
    d4e7987 View commit details
    Browse the repository at this point in the history
  2. 0.2.17

    adam-cowley committed Jul 20, 2019
    Configuration menu
    Copy the full SHA
    c2da9ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4aa2ff View commit details
    Browse the repository at this point in the history
  4. 0.2.18

    adam-cowley committed Jul 20, 2019
    Configuration menu
    Copy the full SHA
    b20fb99 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. Configuration menu
    Copy the full SHA
    b27b498 View commit details
    Browse the repository at this point in the history
  2. 0.2.19

    adam-cowley committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    a85fa51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e35e5f6 View commit details
    Browse the repository at this point in the history
  4. Rebuild

    adam-cowley committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    05eeed2 View commit details
    Browse the repository at this point in the history
  5. 0.2.20

    adam-cowley committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    06aadad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca0c12b View commit details
    Browse the repository at this point in the history
  7. 0.2.21

    adam-cowley committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    628f378 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. Configuration menu
    Copy the full SHA
    4c799c6 View commit details
    Browse the repository at this point in the history
  2. 0.3.0

    adam-cowley committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    e60c6ab View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Configuration menu
    Copy the full SHA
    86b7676 View commit details
    Browse the repository at this point in the history
  2. 0.3.1

    adam-cowley committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    cefb165 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Configuration menu
    Copy the full SHA
    9a21f04 View commit details
    Browse the repository at this point in the history
  2. 0.3.2

    adam-cowley committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    69309dc View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2019

  1. Fixed WriteSession method

    guham authored and adam-cowley committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    3bf40ed View commit details
    Browse the repository at this point in the history
  2. Added new build

    guham authored and adam-cowley committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    61c8b1b View commit details
    Browse the repository at this point in the history
  3. add missing duration date type

    jclappiway authored and adam-cowley committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    0275880 View commit details
    Browse the repository at this point in the history
  4. update node types

    jclappiway authored and adam-cowley committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    853380d View commit details
    Browse the repository at this point in the history
  5. update types

    jclappiway authored and adam-cowley committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    6fcf529 View commit details
    Browse the repository at this point in the history
  6. update types

    jclappiway authored and adam-cowley committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    86ad0ba View commit details
    Browse the repository at this point in the history
  7. Update index.d.ts

    jclappiway authored and adam-cowley committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    c15799b View commit details
    Browse the repository at this point in the history
  8. Update Collection.js

    jclappiway authored and adam-cowley committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    6159079 View commit details
    Browse the repository at this point in the history
  9. build

    jclappiway authored and adam-cowley committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    320452e View commit details
    Browse the repository at this point in the history
  10. Update index.d.ts

    jclappiway authored and adam-cowley committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    2e186a4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    82de2ea View commit details
    Browse the repository at this point in the history
  12. fixed properties

    0xflotus authored and adam-cowley committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    4103867 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8900ab9 View commit details
    Browse the repository at this point in the history
  14. Passing tests

    adam-cowley committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    19774ac View commit details
    Browse the repository at this point in the history
  15. 0.3.3

    adam-cowley committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    c47f62a View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Updated travis config

    Adam Cowley committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    3433f9c View commit details
    Browse the repository at this point in the history
  2. Make collection iterable adam-cowley#76

    Adam Cowley authored and adam-cowley committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    2fe77ee View commit details
    Browse the repository at this point in the history
  3. Fixed validator tests, fixes issue with adam-cowley#82 (adam-cowley#85)

    * Fixed validator tests, fixes issue with  adam-cowley#82
    adam-cowley committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    61af8df View commit details
    Browse the repository at this point in the history
  4. Correct validation on updated properties - Closes adam-cowley#66 (ada…

    …m-cowley#86)
    
    * Fixes long standing bug where updating a node without a required property throws a validation error - Closes adam-cowley#66
    adam-cowley committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    ba6d940 View commit details
    Browse the repository at this point in the history
  5. 0.3.4

    Adam Cowley committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    3a42278 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2019

  1. Better error messages (adam-cowley#87)

    * 0.3.4
    
    * Better error messages when model isn't defined, better tests
    adam-cowley committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    f25a7d6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:adam-cowley/neode

    Adam Cowley committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    720e035 View commit details
    Browse the repository at this point in the history
  3. 0.3.5

    Adam Cowley committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    d4080b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. Removed fsevents from package.json

    Adam Cowley committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    0d82e5e View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. convert {param} syntax to (adam-cowley#95)

    * convert {param} syntax to
    
    * Fixing timezone offset
    
    * 2020-01-01 is no longer the future!
    am17torres authored and adam-cowley committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    0739de6 View commit details
    Browse the repository at this point in the history
  2. package-lock

    adam-cowley committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    4922db8 View commit details
    Browse the repository at this point in the history
  3. 0.3.6

    adam-cowley committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    3af2fa5 View commit details
    Browse the repository at this point in the history
  4. 0.3.7

    adam-cowley committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    7d60d4d View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Configuration menu
    Copy the full SHA
    5c509ac View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Configuration menu
    Copy the full SHA
    b9a6147 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. 4.0 ready

    adam-cowley committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    3805093 View commit details
    Browse the repository at this point in the history
  2. 0.4.0

    adam-cowley committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    c959cb3 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Configuration menu
    Copy the full SHA
    f6441c4 View commit details
    Browse the repository at this point in the history
  2. Updated dependencies to latest version

    ...and removed the old ones
    adam-cowley committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    a670409 View commit details
    Browse the repository at this point in the history
  3. 0.4.1

    adam-cowley committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    20c0040 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    936408f View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Configuration menu
    Copy the full SHA
    eaaa8e7 View commit details
    Browse the repository at this point in the history
  2. 0.4.2

    adam-cowley committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    9c1fca9 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Configuration menu
    Copy the full SHA
    4453ba3 View commit details
    Browse the repository at this point in the history
  2. 0.4.3

    adam-cowley committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    37a33e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2020

  1. Configuration menu
    Copy the full SHA
    45765dc View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Configuration menu
    Copy the full SHA
    b5bc44f View commit details
    Browse the repository at this point in the history
  2. 0.4.4

    adam-cowley committed May 18, 2020
    Configuration menu
    Copy the full SHA
    de1e8f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Add node.detachFrom(other) (adam-cowley#121)

    * Fix build command.
    * Increase mocha timeout.
    * Add node.detachFrom(other)
    AbdullahAli committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    0905fca View commit details
    Browse the repository at this point in the history
  2. 0.4.5

    adam-cowley committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    68b0c75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f853284 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Configuration menu
    Copy the full SHA
    001f157 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Configuration menu
    Copy the full SHA
    9e87831 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Configuration menu
    Copy the full SHA
    3d33535 View commit details
    Browse the repository at this point in the history
  2. 0.4.6

    adam-cowley committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    5b91360 View commit details
    Browse the repository at this point in the history
  3. 0.4.7

    adam-cowley committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    8bc691a View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Update index.d.ts (adam-cowley#146)

    add type Promise for return func create
    CodingByJerez committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    6a8d0ff View commit details
    Browse the repository at this point in the history
  2. Update README.md (adam-cowley#147)

    Small correction
    CodingByJerez committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    1e85681 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Configuration menu
    Copy the full SHA
    feb6a61 View commit details
    Browse the repository at this point in the history
  2. Remove schema from tests

    adam-cowley committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    d52c962 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. fix(validator): add indexed constant to ignore validation

    error when uses with typescript typed as SchemaObject
    adam-cowley#149
    4lessandrodev committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    caed800 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from 4lessandrodev/fix/validator-indexed

    fix(validator): add indexed constant to ignore validation
    4lessandrodev committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    147a476 View commit details
    Browse the repository at this point in the history