Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 965 Bytes

CHANGELOG.md

File metadata and controls

50 lines (33 loc) · 965 Bytes

0.2.3

  • chore: upgraded dependency package version (#2)

0.2.2

  • docs(readme): fix bage links
  • chore:(changelog) inverted order
  • CHANGELOG: fix formatiing
  • readme: fix table alignment
  • readme: refined a TODO

0.2.1

  • readme: remove null-safety from TODO
  • added read and readBytes top-level functions
  • making the "default shared client" public via HttpPlusClient.defaultClient

0.2.0

  • migrated to null-safety

0.1.4

  • readme: added badge for CI
  • Github issue templates added
  • Github Action for CI and PR added
  • readme: minor improvement

0.1.3

  • readme: added "Using" section
  • pubspec: improve description
  • example: added small snippet
  • completed missing API docs

0.1.2

  • HttpPlusClient: renamed enabled -> enableHttp2
  • proper API docs for all public members
  • convenient global functions added to make direct HTTP calls

0.1.1

  • proper README, LICENSE
  • added all-contributors

0.1.0

  • initial version