- Fix optional :code:`rpy2` import crashing server extension;
**Jupyterlab extension**
No changes.
1.0.1
No change, simply fixing versioning error.
1.0.0
**Server extension**
- Fix missing `rpy2` import error; - Add tests;
**Jupyterlab extension**
- Major refactoring; - Temporarily removed language filtering for command palette; - Tooltip format notebook changed to icon - thanks to mlucool;
**General**
- Project reorgnaisation; - Use nix for local development environment; - Documentation generation;
0.7.0
**Server extension**
- Support more styler options; - Fix bad string comparsion of version strings; - Compile regex once only;
**Jupyterlab extension**
- Support more styler options; - Fix bad capitalisation of config schema;
0.6.1
**Server extension**
- Retain semicolon after black's formatting action - courtesy of dfm;
**Jupyterlab extension**
No Change.
0.6.0
**Server extension**
- Support formatting multiple code cell at the same time - courtesy of mlucool; - Return formatting error if they exists - courtesy of mlucool;
**Jupyterlab extension**
- Add `jupyterlab_code_foramtter:format` command and context menu button - courtesy of mlucool; - Add `jupyterlab_code_foramtter:format_all` command and command tools bar button - courtesy of mlucool;