Releases: TeamworkGuy2/ts-date-times
Releases · TeamworkGuy2/ts-date-times
ts-date-times 0.12.0
Changed
- Update to TypeScript 4.4
ts-date-times 0.11.0
Changed
- Update to TypeScript 4.3
ts-date-times 0.10.0
Changed
Dates
andTimestampts
toDisplayTime()
andtoDisplayDateTime()
AM/PM constants change from "a.m." and "p.m." to "am" and "pm" to better align with Javascript defaults- AM/PM constant strings can be change via
DateConstants.AM_STRING
andPM_STRING
ts-date-times 0.9.0
Changed
- Update to TypeScript 4.0
ts-date-times 0.8.5
Changed
- Update to TypeScript 3.7
ts-date-times 0.8.4
Changed
- Update to TypeScript 3.5
ts-date-times 0.8.3
Changed
- Update to TypeScript 3.2
- Update @types/ dependencies
ts-date-times 0.8.2
Changed
- Update to TypeScript 3.1
- Update dev dependencies and @types
- Enable
tsconfig.json
strict
- Removed compiled bin tarball in favor of git tags
ts-date-times 0.8.1
Changed
- Forgot to update package.json version in 0.8.0 release
- Forgot to include release tarball
ts-date-times 0.8.0
Changed
- Renamed DateTimes.[ts|js] -> index.[ts|js] to follow standard npm package format
- Added release tarball and npm script
build-package
to package.json referencing external process to generate tarball