Skip to content

Releases: observerly/nocturnal

v2.0.0

02 Mar 16:52
00f0873
Compare
Choose a tag to compare

What's Changed

Features

  • feat: Added GetDefaultObserverParams(c *gin.Context) utility. by @michealroberts in #40
  • feat: Added GetMoon(c *gin.Context) version 2.0.0 utilising GetStandardLunarProperties(). by @michealroberts in #41
  • feat: Added GetSun(c *gin.Context) version 2.0.0 utilising GetStandardSolarProperties(). by @michealroberts in #42
  • feat: Added GetTransit(c *gin.Context) version 2.0.0 utilising GetStandardTransitProperties(). by @michealroberts in #43
  • feat: Added GetTwilight(c *gin.Context) version 2.0.0. by @michealroberts in #45

Chores

Full Changelog: v1.14.0...v2.0.0

v1.14.0

14 Feb 09:48
b1178fd
Compare
Choose a tag to compare

What's Changed

Features

  • feat: Added r.GET("/api/v1/solar") and r.GET("/api/v1/lunar") endpoints to main.go. by @michealroberts in #37

Refactors

  • refactor: Added strconv.Itoa(0) for coordinate related c.DefaultQuery(). by @michealroberts in #36

Fixes

  • fix: Amended time.RFC3339() parsing for datetime related c.DefaultQuery(). by @michealroberts in #38

Full Changelog: v1.13.0...v1.14.0

v1.13.0

14 Feb 09:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.0...v1.13.0

v1.12.0

05 Jul 15:44
600b694
Compare
Choose a tag to compare

What's Changed

  • feat: Added { properties, path } returns GetTransit() *gin.Context. by @michealroberts in #33

Full Changelog: v1.11.0...v1.12.0

v1.11.0

03 Jul 15:09
981e23f
Compare
Choose a tag to compare

What's Changed

  • feat: Added CORSMiddleware() handler to RouterSetup *gin.Context. by @michealroberts in #32

Full Changelog: v1.10.0...v1.11.0

v.1.10.0

03 Jul 13:14
f92bce5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v1.10.0

v1.9.0

21 Jun 13:28
4bea823
Compare
Choose a tag to compare

What's Changed

  • fix: Ensure GetTransit() *gin.Context returns correct JSON types. by @michealroberts in #27
  • fix: Ensure GetTwilight() *gin.Context returns correct JSON types. by @michealroberts in #28
  • fix: Ensure GetMoon() *gin.Context returns correct JSON types. by @michealroberts in #29
  • fix: Ensure GetSun() *gin.Context returns correct JSON types. by @michealroberts in #30

Full Changelog: v1.8.0...v1.9.0

v1.8.0

21 Jun 13:28
Compare
Choose a tag to compare

What's Changed

  • fix: Ensure GetTransit() *gin.Context returns correct transit parameters for non-zero hour date times. by @michealroberts in #26

Full Changelog: v1.7.0...v1.8.0

v1.7.0

21 Jun 12:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.7.0

v1.6.0

18 Jun 07:26
93c6154
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.6.0