-
Notifications
You must be signed in to change notification settings - Fork 5
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
Alpha #45
Open
kabaros
wants to merge
9
commits into
dhis2:main
Choose a base branch
from
kabaros:alpha
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Alpha #45
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 1.0.0-alpha.1 (2024-02-05) ### Bug Fixes * accept any type for d2:hasValue ([efee41c](efee41c)) * add semantic-release ([e1541fb](e1541fb)) * adds d2:right function tests ([4ada8c0](4ada8c0)) * adds d2:substring tests ([edef920](edef920)) * all tests pass for JVM and native ([04a1c72](04a1c72)) * build ([e5db499](e5db499)) * build? ([9c4e2d8](9c4e2d8)) * correct next snapshot version [DHIS2-15280] ([c86b734](c86b734)) * d2:lastEventDate function tests ([aeb151c](aeb151c)) * date between functions should return negative if start after end ([4c2819b](4c2819b)) * eval for operators and type coercion [DHIS2-13462] ([c98e2bd](c98e2bd)) * eval to kotlin ([086defd](086defd)) * evalToVar - do var lookup by name for strings ([ec30f4d](ec30f4d)) * extract parts of expression via concatToString (all tests pass) ([4b7d8a5](4b7d8a5)) * Fixes to integrate with rule engine ([aa47604](aa47604)) * gobble block args whitespace ([cf8a3c9](cf8a3c9)) * hide ExpressionFunctions inside Expression ([d17e8b9](d17e8b9)) * JS compiles (all tests pass on JVM) ([14a2015](14a2015)) * keep raw string literals as input and decode value [DHIS2-13462} ([bf5b58f](bf5b58f)) * maybe in first argument position [DHIS2-13462] ([34870aa](34870aa)) * no use of String.format (all tests pass) ([d425df7](d425df7)) * node version ([ff8aebe](ff8aebe)) * operator precedence; feat: consider actual value type of variables ([80ca12f](80ca12f)) * power precedence ([8edf3c6](8edf3c6)) * publish all artifacts to snapshot ([0b2291b](0b2291b)) * rename JS classes to have unique names ([b9ddab4](b9ddab4)) * Rename package to avoid namespace conflicts ([9d0927e](9d0927e)) * retain operators as in input ([716644c](716644c)) * some inconsistencies from conversion ([c59d2e8](c59d2e8)) * support for android api 21 ([2a4a600](2a4a600)) * test release ([95e7668](95e7668)) * test release ([42099ba](42099ba)) * to normalised string, more tests ([7b9d626](7b9d626)) * try publishing kotlin artifact ([10c7839](10c7839)) * type coercion ([f1763c5](f1763c5)) * unary negate of numbers in JS ([1920d30](1920d30)) * use JDK 17 for github CI [DHIS2-15280] ([63a4586](63a4586)) ### Features * adds stddev vector function with tests ([993d47b](993d47b)) * adds stddevPop vector function with tests ([47b5f77](47b5f77)) * adds variance function with tests ([4a7ea6a](4a7ea6a)) * aggregate functions (some) + cleanup ([6d1b57a](6d1b57a)) * all non test sources files are kotlin (all tests pass) ([054c749](054c749)) * all tests in commonTest (all tests pass) ([c013b21](c013b21)) * all tests in commonTest (all tests pass) ([b56001e](b56001e)) * comments, input position start/end, annotated WS [DHIS2-15280] ([6f1b905](6f1b905)) * data fetcher abstraction ([4ee240e](4ee240e)) * exceptions as kotlin (all tests pass) ([e0a449d](e0a449d)) * Expression high level API functions ([e1d761c](e1d761c)) * GS1 formatter function ([beb01b5](beb01b5)) * JS API export ([ca6a497](ca6a497)) * kotlin ExpressionFunctions (all tests pass) ([3d566c2](3d566c2)) * kotlin of aggregate functions (all tests pass) ([546e86d](546e86d)) * more of the evaluation, better names, working modifiers ([e2a51b1](e2a51b1)) * move kotlin main to commonMain (all tests pass) ([9d0c93f](9d0c93f)) * named function as enum [DHIS2-13462] ([4458006](4458006)) * PEG parser for expression language [DHIS2-13462] ([7a53258](7a53258)) * PEG parser for expression language [DHIS2-13462] ([5794629](5794629)) * rebuild expression by walking the AST [DHIS2-13462] ([d099732](d099732)) * retain whitespace and comments in describe [DHIS2-15280] ([c3d308f](c3d308f)) * rule engine grammar and functions ([0215f43](0215f43)) * rule engine mode nearly complete ([5aea42e](5aea42e)) * rule engine mode stuff - all tests pass ([f18b0ed](f18b0ed)) * use kotlin MP date lib (all tests pass) ([302da21](302da21)) * use kotlin.test annotation (all test pass) ([b01ef53](b01ef53)) * use MP big decimal math (all tests pass) ([ccdeb7e](ccdeb7e)) * validation (rule engine) ([4ce67bc](4ce67bc)) * variable node type, tree mapping ([397a789](397a789)) * z-score functions ([3d22efe](3d22efe))
# [1.0.0-alpha.2](v1.0.0-alpha.1...v1.0.0-alpha.2) (2024-02-05) ### Bug Fixes * update verifyReleaseCmd ([cc8fa9d](cc8fa9d))
# [1.0.0-alpha.3](v1.0.0-alpha.2...v1.0.0-alpha.3) (2024-02-05) ### Bug Fixes * test release ([caa093b](caa093b))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.