tylerhubert / rsql-criteria-typescript

RSQL Criteria Builder for Typescript
MIT License
13 stars 5 forks source link

fix(Expression): make date strings ISO 8601 compliant #8

Closed jdocksey closed 5 years ago

jdocksey commented 5 years ago

Dates with months or dates less than 10, or years with less than four digits, will now have their string values generated with leading zeros if necessary for ISO 8601 compliance (so years will always have four digits, and months and dates will always have two).

For example: April 7 in year 19 now generates as "0019-04-07" instead of "19-4-7".

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 29


Totals Coverage Status
Change from base Build 24: 0.0%
Covered Lines: 262
Relevant Lines: 262

💛 - Coveralls
tylerhubert commented 5 years ago

:tada: This PR is included in version 2.0.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: