- Drop support for python 3.7 - Remove functionality for old-style jupyter notebook - Modern versions of `lab` and `notebook` both work the same way -- a much better way -- reducing the amount of code maintenance - Users that are stuck on old versions of `notebook` (<7) will need to pin an older version of jupyter-black - Add some nix stuff - Update dependencies
0.3.4
- Only pass to `black.Mode` options from `pyproject.toml` that are valid for `black.Mode`. Thanks rldotai, https://github.com/n8henrie/jupyter-black/issues/7
0.3.2
- Remove version constraints (thanks: JakobGM, https://github.com/n8henrie/jupyter-black/issues/6) - Update CI to ensure publishing should work
0.3.1
- Fix description (thanks: bryanwweber) - Version bump for PyPI
0.3.0
- Default to `lab=True` - Add warning popup for users that load in notebook with `lab=True` (including via `%load_ext`) - Fix tests for the above - Might as well minor version bump since this changes the API, even if still `0.x`