Skip to content

Tags: uniplaces/carbon

Tags

v0.2.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Carbon Period functionality (#78)

* Add Carbon Period functionality

* Add unit tests that check errors in carbon period

v0.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[RFC] Fix month calculation between dates (#77)

* Fix month calculation between dates

* Remove unused function

v0.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[RFC] Fix language, use go:embed (#76)

* Fix language, use go:embed

* Update readme with new badge

* Set badge name to Build Status

v0.1.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[RFC] Fix incorrect diff in months (#74)

* Fix incorrect diff in months

* Improve naming of test

v0.1.6

Remove unused variable secondsInMonth (#53)

v0.1.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix SetTimestamp in the correct location (#50)

* Add Test SetUnix

* SetTimestamp in the correct location

v0.1.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix SetTimestamp in the correct location (#50)

* Add Test SetUnix

* SetTimestamp in the correct location

0.1.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[RFC] Add diffInMonths fix for NonUTC zones (#49)

* Add diffInMonths fix for NonUTC zones

* Add test to reproduce issue (#46)

* Copy the instance

* Remove duplicated test

v0.1.3

Add CreateFromMonthAndYear (#44)

v0.1.2

[RFC][UN-13487] Fix diff in months (#43)

* Fix diff in months counting months twice

* Add carbon php tests

* Fix logic all test suite passes

* Add negative date tests

* Refactor diff in months