Skip to content

Releases: hit9/bitproto

bitproto v1.2.0

23 Mar 11:41
98dfb24
Compare
Choose a tag to compare

Changes:

  • LSP Server: Add a simple bitproto-language-server, tested on neovim and vscode.
  • VsCode Extension: Upgraded to support bitproto-language-server (v1.2.0)

Upgraded:

No changes for C/Python/Go lib.

How to Install:

bitproto v1.1.2

22 Mar 08:40
36d9eed
Compare
Choose a tag to compare

Changes:

  • Feature: Allow using constants as option values #63 #61

Upgraded: bitproto compiler → v1.1.2

How to upgrade: pip install bitproto -U

No changes for C/Python/Go lib.

bitproto v1.1.1

24 May 15:44
25c784b
Compare
Choose a tag to compare

Changes:

  • Fix bug: enum (importing from other bitproto)'s field name generation bug. #53 #52
  • Fix bug: import statements of bitproto should be placed ahead of other declarations. #53

Upgraded:

bitproto compiler → v1.1.1

No changes for C/Python/Go lib.

bitproto v1.1.0

02 Jan 14:33
1ac8b43
Compare
Choose a tag to compare

Changes v1.1.0:

PR: #48

  • Improve C bitprotolib performance BpCopyBufferBits
  • Fix bitproto compiler python error for __post_init__ function
  • Improve C bitprotolib performance array of byte; uint8/16/32/64; int8/16/32/64 and enum, alias of them

Upgraded:

  • bitproto compiler → v1.1.0
  • bitproto c lib → v1.1.0

bitproto v1.0.1

27 Dec 14:45
Compare
Choose a tag to compare

PyPI: https://pypi.org/project/bitproto/1.0.1

Changes:

  • Add support for Python 3.11.1

bitproto v1.0.0

15 Dec 10:10
Compare
Choose a tag to compare

PyPI: https://pypi.org/project/bitproto/1.0.0/

Changes:

  • First fully release version

bitproto v0.4.6

13 Dec 15:16
0df9e1e
Compare
Choose a tag to compare

bitproto v0.4.5

04 Mar 08:29
Compare
Choose a tag to compare

bitproto v0.4.4

03 Aug 00:04
Compare
Choose a tag to compare
  • Fix setup issue.

bitproto v0.4.2

31 Jul 06:33
Compare
Choose a tag to compare
  • Allow using type as message field name, fixes issue #39.