Skip to content

Releases: Henry-Sarabia/apicalypse

Patch v1.0.3

05 Feb 03:47
92b933b
Compare
Choose a tag to compare

Issues for patch v1.0.3

  • Improvements
    • Documentation
      • Added support for Go modules (#17)
      • Updated README (#18)

Patch v1.0.2

12 Nov 23:31
6f37ca0
Compare
Choose a tag to compare

Issues for patch v1.0.2

  • Bugfixes
    • Rename outdated function names from the blank package (#15)

Patch v1.0.1

05 Mar 02:34
3c5879b
Compare
Choose a tag to compare

Issues for patch v1.0.1

  • Bugfixes
    • Replace package whitespace with package blank. (#12)

Major v1.0.0

05 Mar 01:33
e44388b
Compare
Choose a tag to compare

Issues for initial release v1.0.0

  • Features

    • Query
      • Create apicalypse compliant queries using intuitive functional options.
    • Request
      • Create requests with an apicalypse compliant payload using intuitive functional options.
    • Functional Options
      • Set the limit, offset, fields, exclusions, filters, and search queries of an apicalypse query by passing in well-defined first-class functions.
      • Catch and prevent common errors before sending your invalid query on its way.
      • Write DRY code with functional option composition.
    • Functional Option Composition
      • Promote code reuse by composing commonly used query options into their own unique option.
  • Pledges

    • Fully Tested
      • Rely on unit tests and continuous integration to be sure the package you're depending on doesn't break!
    • Fully versioned
      • Rely on semantic versioning and git tags to stay on top of the latest changes and (hopefully uncommon) breaking changes.