Skip to content

Commit

Permalink
Revert changes on md files
Browse files Browse the repository at this point in the history
  • Loading branch information
mlopes committed May 13, 2019
1 parent d0f835a commit 4352618
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 54 deletions.
68 changes: 34 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,40 +10,40 @@
Date and time types and instances

- [wen](#wen)
- [Getting Started](#getting-started)
- [What is Wen?](#what-is-wen)
- [What Wen isn't?](#what-wen-isnt)
- [Types](#types)
- [Date/Time Components](#datetime-components)
- [Day](#day)
- [Month](#month)
- [Year](#year)
- [Epoch](#epoch)
- [WeekDay](#weekday)
- [Hour](#hour)
- [Minute](#minute)
- [Second](#second)
- [Millisecond](#millisecond)
- [Full Representations](#full-representations)
- [Time](#time)
- [ZoneTime](#zonetime)
- [Offset](#offset)
- [OffsetType](#offsettype)
- [Date](#date)
- [DateTime](#datetime)
- [ZoneDateTime](#zonedatetime)
- [Numeric types](#numeric-types)
- [NumericDay](#numericday)
- [NumericMonth](#numericmonth)
- [NumericYear](#numericyear)
- [NumericHour](#numerichour)
- [NumericMinute](#numericminute)
- [NumericSecond](#numericsecond)
- [NumericMillisecond](#numericmillisecond)
- [Refinement Helpers](#refinement-helpers)
- [ISO-8601 instances](#iso-8601-instances)
- [Circe Instances](#circe-instances)
- [wen](#wen)
- [Getting Started](#getting-started)
- [What is Wen?](#what-is-wen)
- [What Wen isn't?](#what-wen-isnt)
- [Types](#types)
- [Date/Time Components](#datetime-components)
- [Day](#day)
- [Month](#month)
- [Year](#year)
- [Epoch](#epoch)
- [WeekDay](#weekday)
- [Hour](#hour)
- [Minute](#minute)
- [Second](#second)
- [Millisecond](#millisecond)
- [Full Representations](#full-representations)
- [Time](#time)
- [ZoneTime](#zonetime)
- [Offset](#offset)
- [OffsetType](#offsettype)
- [Date](#date)
- [DateTime](#datetime)
- [ZoneDateTime](#zonedatetime)
- [Numeric types](#numeric-types)
- [NumericDay](#numericday)
- [NumericMonth](#numericmonth)
- [NumericYear](#numericyear)
- [NumericHour](#numerichour)
- [NumericMinute](#numericminute)
- [NumericSecond](#numericsecond)
- [NumericMillisecond](#numericmillisecond)
- [Refinement Helpers](#refinement-helpers)
- [ISO-8601 instances](#iso-8601-instances)
- [Circe Instances](#circe-instances)

## Getting Started

Expand Down
10 changes: 5 additions & 5 deletions notes/0.1.0.markdown
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
0.1.0
=====

- Hour, Minute, Second, Millisecond types
- Day, Month, Year, WeekDay types
- Type aliases for refined types for NumericHour, NumericMinute, NumericSecond, NumericMillisecond, NumericDay, NumericMonth, and NumericYear
- Date, Time, DateTime, ZoneTime, and ZoneDateTime representations of dates and times
- Cats instances for Order and Show with others such as Eq being derived from Order
- Hour, Minute, Second, Millisecond types
- Day, Month, Year, WeekDay types
- Type aliases for refined types for NumericHour, NumericMinute, NumericSecond, NumericMillisecond, NumericDay, NumericMonth, and NumericYear
- Date, Time, DateTime, ZoneTime, and ZoneDateTime representations of dates and times
- Cats instances for Order and Show with others such as Eq being derived from Order

6 changes: 3 additions & 3 deletions notes/0.2.0.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
0.2.0
=====

- Add helper functions to refine numeric date/time types
- Add constructors from types in java.time
- Year constructor with epoch defaulting to AD
- Add helper functions to refine numeric date/time types
- Add constructors from types in java.time
- Year constructor with epoch defaulting to AD

4 changes: 2 additions & 2 deletions notes/0.3.0.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
0.3.0
=====

- Change Month to Int conversion API. Example: from Month.toInt(January) to January.asInt
- Make all companion objects final
- Change Month to Int conversion API. Example: from Month.toInt(January) to January.asInt
- Make all companion objects final

2 changes: 1 addition & 1 deletion notes/0.3.1.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
0.3.1
=====

- Fix bug where invalid dates held by `java.time.LocalDate` caused Date creation to fail
- Fix bug where invalid dates held by `java.time.LocalDate` caused Date creation to fail

4 changes: 2 additions & 2 deletions notes/0.4.0.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
0.4.0
=====

- Add ISO Show instances
- Improve default Show instances
- Add ISO Show instances
- Improve default Show instances

4 changes: 2 additions & 2 deletions notes/0.5.0.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
0.5.0
=====

- Add Circe ISO instances for Date, Time, DateTime, ZoneTime, and ZoneDateTime
- Add Circe instances for Hour, Minute, Second, Millisecond, Day, WeekDay, Month, Year, and Epoch
- Add Circe ISO instances for Date, Time, DateTime, ZoneTime, and ZoneDateTime
- Add Circe instances for Hour, Minute, Second, Millisecond, Day, WeekDay, Month, Year, and Epoch
2 changes: 1 addition & 1 deletion notes/0.6.0.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
**Version 0.6.0 severely breaks backwards compatibility with previous versions
by making dramatic changes to the library's API**

- Change all constructors that return `Option` to named constructos
- Change all constructors that return `Option` to named constructos
2 changes: 1 addition & 1 deletion notes/0.7.0.markdown
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.7.0
=====

- Add non-implicit `Order` instance for `WeekDay` starting on `Monday`
- Add non-implicit `Order` instance for `WeekDay` starting on `Monday`
6 changes: 3 additions & 3 deletions notes/0.8.0.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
0.8.0
=====

- Add Order and Show instance for Offset
- Add ISO Show instance for Offset
- Add Circe encoder and decoder for Offset
- Add Order and Show instance for Offset
- Add ISO Show instance for Offset
- Add Circe encoder and decoder for Offset

0 comments on commit 4352618

Please sign in to comment.