Skip to content

PinLog 0.0.2

Compare
Choose a tag to compare
@AdityaBavadekar AdityaBavadekar released this 05 Jun 10:59
· 34 commits to master since this release
72bb768

What's New

Added new library pinlog-activity

Implementation

Implementation pattern has changed due to multi module repository. Refer README for usage ang implementation information.

Changes

  • Added new field TAG while retrieving logs so one can filter with TAGs.
  • Also added new field CREATED while retrieving logs so one can filter with CREATED or get list of logs from particular day.
  • One can now register to listen for new logs in string format or class format.
  • Some minor bug fixes.

Full Changelog