Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: hit9/bitproto

bitproto v1.2.2

20 Sep 09:30
b3c4674

Choose a tag to compare

Changes:

Warning: May break some existing projects's generated names:

  • Improves the snake_case()'s behavior. issue: #74, pr: #75

bitproto v1.2.1

27 Aug 15:38
0bfe128

Choose a tag to compare

Changes:

Warning: May break some existing projects's generated names:

  • Bugfix: pascal_case formatter. ISSUE #68, PR #69.
  • Bugfix: Fixed naming style of generated code such as IntegerConstant (style lookup supports inheritance). ISSUE #70 PR #70

bitproto v1.2.0

23 Mar 11:41
98dfb24

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

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

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

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

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

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

Choose a tag to compare

bitproto v0.4.5

04 Mar 08:29

Choose a tag to compare