Skip to content

Latest commit

 

History

History
117 lines (55 loc) · 4.61 KB

CHANGELOG.md

File metadata and controls

117 lines (55 loc) · 4.61 KB

Changelog

2.0.0 (2024-08-03)

⚠ BREAKING CHANGES

  • wsgi: convert WSGI into a factory

Features

  • wsgi: convert WSGI into a factory (065ec92)

Bug Fixes

1.5.2 (2024-08-01)

Bug Fixes

  • flake8 & sourcery cleanups (5051e88)
  • ruff cleanups and lint with ruff (6683fac)

1.5.1 (2024-07-18)

Bug Fixes

  • change asserts to exceptions (55be527)
  • wsgi: error handler (f3cc839)

Documentation

  • Document point_types better (44afc97)
  • get module from local path (90a663b)
  • improve api documentation (0cf8a74)
  • wsgi: Document the WSGI wrapper in README (5c34f63)

1.5.0 (2024-07-16)

Features

  • wsgi: add favicon style icons to web page (6439175)

Bug Fixes

  • wsgi: optimize extra js and css and fix copied button (5439c59)

1.4.0 (2024-07-12)

Features

  • wsgi: Improve error handling and result outputs (56efa62)

1.3.0 (2024-07-12)

Features

  • support URL upload in addition to file upload (74fda77)

Bug Fixes

  • include requests dependencies (2cf563b)

1.2.1 (2024-07-08)

Bug Fixes

Documentation

1.2.0 (2024-07-05)

Features

  • add timezone support (86d4930)
  • simplify and extend points and support gas/lunch (146c66c)

Bug Fixes

1.1.0 (2024-07-03)

Features

  • add --output directive (6cc87bb)
  • wsgi: add tooltips and icons (68d1e37)

Bug Fixes

  • handle insane case with route with no points (7b820dd)

Documentation

  • add documentation on code distribution (2253d21)