Skip to content

Releases: FirebaseExtended/protobuf-rules-gen

Protobuf Rules Generator v0.2.3

02 Sep 00:49
860e791
Compare
Choose a tag to compare
Pre-release
  • Fix Bazel build and add a GitHub action to exercise the build on different platforms (#43)
  • Add disclaimer to README (#37)
  • Add config for firebaseopensource.com (#32)

Protobuf Rules Generator v0.2.2

15 Feb 23:50
Compare
Choose a tag to compare
Pre-release
  • Fix the nullable check in generated rules (#30)
  • Add bazel macros for protobuf_rules_gen (#29)

Protobuf Rules Generator v0.2.1

24 Oct 12:36
3dbf0e2
Compare
Choose a tag to compare
Pre-release
Implement a nullable annotation for fields and messages (#26)

* Implement a nullable annotation for fields and messages

* Add back deleted tests

Protobuf Rules Generator v0.2.0

16 Jun 19:24
fab6f34
Compare
Choose a tag to compare
Pre-release

Fixes: #20, #19

Protobuf Rules Generator v0.1.2

08 Feb 17:48
bcbb4ad
Compare
Choose a tag to compare
Pre-release

This release includes 2 fixes, issues #5 and #6

Protobuf Rules Generator v0.1.1

30 Jan 17:42
d06e640
Compare
Choose a tag to compare
Pre-release

Release notes for this build:

  • Fix a leading _ in message and enum function names

Initial Release

26 Jan 00:12
2ba260b
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

This is the initial release of firebase/protobuf-rules-gen, this protoc plugin allows you to generate Firestore rules based on Google's Protocol Buffer format.

This current release highlights the following features:

  • Validation of all basic Firestore types
  • Validation of which properties exist on a message
  • Support for enums and oneofs
  • Options to support extra validation or allow for extra (unknown) properties