Skip to content

Releases: aichbauer/node-input-is

v2.0.0

Choose a tag to compare

@aichbauer aichbauer released this 07 Sep 20:05

Breaking Changes

added a new param to the date and datetime function

inputIs.date('22/12/2018', 'DD/MM/YYYY'); // => true
inputIs.date('22/12/2018', 'MM/DD/YYYY'); // => false
inputIs.date('22/12/2018'); // => false

This change happened because of dropping momentjs as dependency. This decision was made because it is a really small library but with momentjs as dependency it had too much overhead to be used in a production environment.

commits

770da33 Chore: add changelog (#3) (Lukas Aichbauer)
20e2ac9 Feat: new required param format for date and datetime (#2) (Lukas Aichbauer)
68b4815 CI: add node version 8 (#1) (Lukas Aichbauer)

v1.1.2

Choose a tag to compare

@aichbauer aichbauer released this 05 Jun 10:08

Docs:

  • update example
  • update badges

Chore:

  • update repository path in package.json

v1.1.1

Choose a tag to compare

@aichbauer aichbauer released this 09 May 19:38

Fix:

  • changed babel-plugin-add-module-exports from dependencies to dev dependencies

v.1.1.0

Choose a tag to compare

@aichbauer aichbauer released this 09 May 19:12

Feature:

  • add support for require('input-is'), now use without default

v.1.0.3

Choose a tag to compare

@aichbauer aichbauer released this 07 May 17:44

Chore:

  • update .npmignore

v1.0.2

Choose a tag to compare

@aichbauer aichbauer released this 07 May 17:43

Chore:

  • update .gitignore
  • add .npmignore

v.1.0.1

Choose a tag to compare

@aichbauer aichbauer released this 07 May 17:43

Fix:

  • add correct readme in package.json

Initial release

Choose a tag to compare

@aichbauer aichbauer released this 06 May 15:23
v1.0.0

1.0.0