Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1015 Bytes

CHANGELOG.md

File metadata and controls

39 lines (24 loc) · 1015 Bytes

Change Log

1.0.4 (2021-07-28)

  • remove item argument on on_next call issue 6
  • fix mypy errors

1.0.3 (2020-11-21)

  • update curio dependency
  • add pytest-curio
  • rewrote test unit according pytest-curio features
  • remove support of 3.6, 3.7
  • remove tox

1.0.2 (2020-05-27)

  • rx_repeat: adjust waiting time in order to keep constant time period of events

1.0.1 (2020-05-5)

  • add support for python >3.6, >3.7.4 with conditional dependency (see pyproject.toml)
  • add tox target (used only in local for now)
  • fix publish makefile target command issue
  • fix poetry.lock makefile target command issue

1.0.0 (2020-04-21)

  • initial project structure based on geronimo-iia/template-python
  • integrate old stuff about rx, async
  • use python 3.8
  • add a bunch of test unit
  • finalize protocol declaration and internal implementation
  • normalize public api (rx_xxxx) for all public members