Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

46 lines (29 loc) · 1.2 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.

[2.0.2] - 2022-06-27

Changed

  • Updated Gradle and build tools
  • Added support for publishing to Maven Central

2.0.1 - 2021-12.10

  • Updated to new workflow

2.0.0

  • Update internal JSON classes to use general purpose AEVI json-utils library in favour of local classes.
  • Update underlying rx-messenger library to v5.0.2.
  • Upgraded the build tools.
  • Upgrade demo drivers to androidx.

1.1.3

  • Added framework classes to aid developers wishing to build a printer driver
  • Added the demo to use the printer driver framework
  • Removed printing permissions from the demo as they are no longer required

1.1.2

  • Updated to android-pos-print-api version 1.1.3
  • Fixed an issue in the DemoPrinterDriver

1.1.1

  • Updated to use latest build and libraries

1.1.0

  • Update version of rx-messenger used to v2.0.0
  • API remains largely unchanged but a new String based contract is required for driver service implementations

1.0.0

  • Initial release