Skip to content

Major v1.0.0

Compare
Choose a tag to compare
@Henry-Sarabia Henry-Sarabia released this 05 Mar 01:33
· 10 commits to master since this release
e44388b

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.