Skip to content

Tags: StubbleOrg/Stubble

Tags

v1.10.8

Toggle v1.10.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/compilation safe null traversal (#133)

* Add test cases that should work

* Add EnsureSafeAccess wrapping expression for null checks

This will ensure that all data access via props, fields, indexes and calls will be safe

* Refactor ValueGetters to enable deeper type matches

List access in compiled contexts need to be generic otherwise we can't infer types for further access

Co-authored-by: Alex McAuliffe <[email protected]>

v1.9.3

Toggle v1.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Build cleanup and Verify (#102)

* Make builds deterministic and completely source-linked

#100

v1.8.4

Toggle v1.8.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/stable sort (#97)

* Make comparer a static property

* Add tests for stable sort conditions

Implementation originally by @mingwli

* Add stable sort conditions

Object should always be at the end and interfaces should come after implementations. Originally implemented by @mingwli

v1.7.2

Toggle v1.7.2's commit message
Bump version for next release

v1.6.3

Toggle v1.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bring truthy checks inline with standard renderer (#83)

#80

Turns out the compilation renderer didn't do a ton of things for truthy
checks that the standard renderer does. It now checks all numeric types
and wraps all the checks in a lambda that determines what the result is,
much like the hand-rolled version.

v1.5.4

Toggle v1.5.4's commit message
CultureInfo support for rendering values. (#78)

* CultureInfo support for rendering values.

* Make compilation renderer work with culture setting

* Rename culture-info function and make non-virtual

v1.4.12

Toggle v1.4.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adds to builder a way to add item to blacklist (#70)

#69