Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Oct 12:12
· 34 commits to main since this release
0b70ba9
feat(d): add DLang support

## 2.0.0

### Breaking changes

- Enums can now only contain the same type. This simplifies their usage greatly
  in languages that either force you or allow you to choose a backing type for
  your enum values. It's a breaking change because of the lack of flexibility
  caused by enforcing only one type, but I think that it's a reasonable change
  overall.

### Added DLang

D was added as a beta language. It needs to be tested in production.