All Versions
15
Latest Version
Avg Release Cycle
165 days
Latest Release
-

Changelog History
Page 1

  • v1.2.1 Changes

    • ➕ Added missing typeshed types from distribution

    • Pass all arguments on recursive freeze_time calls

  • v1.2.0 Changes

    • Add support for time.perf_counter (and …_ns)

    • ➕ Added typeshed types

    • ⬇️ Dropped support for python 3.5

  • v1.1.0 Changes

    • ➕ Add support for time.monotonic (and …_ns)

    • 👍 Allow to configure default ignore list, and also to just extend the default

    • 🛠 Fixed when accessing from thread after stop()

  • v1.0.0 Changes

    • ⬇️ Dropped Py2 support
    • Added as_kwarg argument in order to have the frozen time object passed with the name provided in as_kwarg argument
  • v0.3.15 Changes

    February 18, 2020
    • 🛠 Fix locale timestamp bug. CC #328
  • v0.3.14 Changes

    January 23, 2020
    • 🛠 Fix calendar.timegm behavior
  • v0.3.13 Changes

    January 14, 2020
    • 🛠 Fix for Py3.8
    • Reset time.time_ns on stop
  • v0.3.12 Changes

    May 30, 2019
    • 🔨 Refactor classes to functions
    • Ignore Selenium
    • 🚚 Move to pytest
    • Conditionally patch time.clock
    • Patch time.time_ns added in Python 3.7
  • v0.3.11 Changes

    October 15, 2018
    • 🐎 Performance improvements
    • 🛠 Fix nesting time.time
    • ➕ Add nanosecond property
  • v0.3.10 Changes

    March 06, 2018
    • 🐎 Performance improvements
    • 👍 Coroutine support