Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

58 lines (37 loc) · 1.17 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.4.0] - 2019-02-06

Added

  • Add Count64() method to count.Reader and Writer

Changed

  • [BC] Move iago.MustXXX() functions to must.XXX()

0.3.0 - 2019-01-29

Added

  • Add count.Reader and Writer

0.2.0 - 2019-01-29

Added

  • Add ioutil.TestWriteXXX() helpers for testing write operations
  • Add MustWriteByte()

Fixed

  • Indenter.Write() no longer includes the indent length in the returned byte count

0.1.0 - 2019-01-16

  • Initial release