- Feature: Add a simple language-server, tested on neovim and vscode. - Editor: Upgrade vscode extenions to support the ``bitproto-language-server``.
1.1.2
-------------
.. _version-1.1.2:
- Feature: Allow using constants as option values. ISSUE 61, PR 63
1.1.1
-------------
.. _version-1.1.1:
- Fix bug: enum importing other bitproto's field name generation bug. 53 52 - Fix bug: import statements of bitprotos should be placed ahead of other declarations. 53
1.1.0
-------------
.. _version-1.1.0:
- Performance improvements for C bitprotolib, 40~60us improvement per call on stm32. PR 48. - Fix Python nested message ``__post_init___`` function code generation. PR 48, commit 73f4b01.