-
Notifications
You must be signed in to change notification settings - Fork 20
/
CHANGELOG
45 lines (28 loc) · 939 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
=== master
=== 0.6.0 / 2019-04-22
* Resolve some hijri date causing error. fix issue #5
* Ability to adjust date. resolve issue #6
=== 0.5.0 / 2015-02-26
* Add Hijri::Date.change
* Add Hijri::DateTime.change
* Raise ArgumentError if one of arguments not correct.
=== 0.4.0 / 2015-01-11
* Add Hijri::DateTime.to_s
* protect year, month and day in Hijri::Date.
* Implement Hijri::Date.strftime method.
* Add Hijri::Date.yday method
* Add Hijri::Date.wday method
* Add Hijri::Date.weeknum method
=== 0.2.5 / 2014-12-11
* Add Comparable for Hijri::Date.
=== 0.2.0 / 2014-12-09
* hijri now tested and run in all major Ruby implementations and versions.
=== 0.1.0 / 2014-12-09
* Add Hijri::DateTime class.
* Add ability to convert Hijri::DateTime to and from DateTime.
* Add Hijri::DateTime.now.
=== 0.0.5 / 2014-12-08
* Clean up unwanted code.
* Fix converting gregorian date to hijri.
=== 0.0.1 / 2012-08-05
* Initial release