Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#2 - Made DataBuilder().none() call optional #8

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

jnk-cons
Copy link
Owner

  • #2) DataBuilder().none() is optional, now
    • It To create a data block of data type NONE, the function none() must no longer be called explicitly. This behavior is now default.
    • The examples in the documentation have been adjusted.

@jnk-cons jnk-cons added this to the 2.1.0 milestone Sep 25, 2023
@jnk-cons jnk-cons linked an issue Sep 25, 2023 that may be closed by this pull request
@jnk-cons jnk-cons added the code optimization Internal changes to the code label Sep 25, 2023
@jnk-cons jnk-cons self-assigned this Sep 25, 2023
@jnk-cons jnk-cons merged commit 4c4233c into develop Sep 25, 2023
@jnk-cons jnk-cons deleted the feature/2-DataBuilder-none-should-be-optional branch September 25, 2023 20:51
jnk-cons added a commit that referenced this pull request Jan 22, 2024
* added develop branch for the next release

* #2 - Made DataBuilder().none() call optional (#8)

* #3 - values() call replaced by entries (kotlin 1.9) (#10)

* #6 - added documentation for EMSTag.MODE and EMSTag.REQ_MODE (#11)

* #7 - added documentation for EMSTag.BALANCED_PHASES and EMSTag.REQ_BALANCED_PHASES (#12)

* #13 - Added BatterySystem service + a bunch of new Bat Tags. (#16)

* #14 - Updated SLF4j, BouncyCastle, JUnit and mockk to there newest versions (#18)

* #15 - Added TypeScript examples, linked easy-rscp-js (#19)

* Set version to 2.1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code optimization Internal changes to the code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DataBuilder().none() should be optional
1 participant