Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 168b8e5

Browse files
committed
chore(release): v0.3.0
1 parent 30edd50 commit 168b8e5

File tree

4 files changed

+39
-24
lines changed

4 files changed

+39
-24
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# 0.3.0 (2020-01-04)
2+
3+
### BREAKING CHANGES
4+
5+
* **date:** `AngularDateHttpInterceptor` has been renamed `DateHttpInterceptor`, closes ([#4](https://github.com/PACK-Solutions/angular-stdlib/issues/4))
6+
7+
### Features
8+
9+
* **date:** add `DateValidators` built-in validators for Dates, closes ([#3](https://github.com/PACK-Solutions/angular-stdlib/issues/3))
10+
11+
### GitHub
12+
13+
* add a code of conduct (based on [Contributor Covenant Code of Conduct v1.4](https://www.contributor-covenant.org/version/1/4/code-of-conduct.html)), closes ([#6](https://github.com/PACK-Solutions/angular-stdlib/issues/6))
14+
15+
16+
# 0.2.1 (2019-12-22)
17+
18+
### Documentation
19+
20+
* **date:** fix `AngularDateHttpInterceptor` example on README, closes ([#1](https://github.com/PACK-Solutions/angular-stdlib/issues/1))
21+
22+
23+
# 0.2.0 (2019-11-18)
24+
25+
### Features
26+
27+
* **date:** add `DateFormatter.toFakeSerializedDate()` method that transforms a Date to have zero UTC offset timezone at serialization.
28+
29+
30+
# 0.1.0 (2019-11-07)
31+
32+
### Features
33+
34+
* **date:** `AngularDateHttpInterceptor` provides an interceptor that intercepts HTTP calls and converts from JSON response body : **ISO 8601** date and datetime strings to native Date object.
35+
> NOTE - Only necessary for projects using dependencies like `ngx-bootstrap/datepicker`, this one does not handle *ISO string dates* unlike **Angular**.<br/>
36+
> Linked to this open issue : https://github.com/valor-software/ngx-bootstrap/issues/4487
37+
* **date:** add `DateFormatter.ISO_DATE` formatter.

projects/angular-stdlib/date/CHANGELOG.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

projects/angular-stdlib/date/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/angular-stdlib/date/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-stdlib/date",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Angular standard library for dates",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)