Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seaside1 authored Nov 22, 2022
1 parent a6a3060 commit 54aeb5e
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -706,24 +706,24 @@ Use case: Want to listen on all Item events of a group (without the groupstate m
# Changelog
## BETA15
- BREAKING: All JRuleWhen has to be change to corresponding JRuleWhenItemChanged (as an example, look at JRule Examples documentation)
- JRule When refactoring by [querdenker2k](https://github.com/querdenker2k) pr https://github.com/seaside1/jrule/pull/61
- Thing Channel triggers by [seime](https://github.com/seime) https://github.com/seaside1/jrule/pull/62
- Generate Actions by [querdenker2k](https://github.com/querdenker2k) https://github.com/seaside1/jrule/pull/63
- Add option to get groupMembers as Items by [querdenker2k](https://github.com/querdenker2k) https://github.com/seaside1/jrule/pull/65
- Memberof Trigger by [querdenker2k](https://github.com/querdenker2k) https://github.com/seaside1/jrule/pull/66
- Fix buffer being read twice and breaking classloading by [seime](https://github.com/seime) https://github.com/seaside1/jrule/pull/67
- Fix missing precondition support for timer rules by [seime](https://github.com/seime) https://github.com/seaside1/jrule/pull/68
- Fix timer trigger by [querdenker2k](https://github.com/querdenker2k) https://github.com/seaside1/jrule/pull/70
- Initial tests for JRuleWhenItemChange triggers by [seime](https://github.com/seime) https://github.com/seaside1/jrule/pull/73
- Threadlocal logging - some improvements by [seime](https://github.com/seime) https://github.com/seaside1/jrule/pull/79
- Junit test for duplicate rule invocations by [seime](https://github.com/seime) https://github.com/seaside1/jrule/pull/75
- Add docker integration test by [querdenker2k](https://github.com/querdenker2k) https://github.com/seaside1/jrule/pull/77
- Include old thing status in event by [seime](https://github.com/seime) https://github.com/seaside1/jrule/pull/80
- Use thread safe list instead of arraylist by [seime](https://github.com/seime) https://github.com/seaside1/jrule/pull/81
- Defer to parent classloader if file not found by [seime](https://github.com/seime) https://github.com/seaside1/jrule/pull/83
- Fix inheritance in actions by [querdenker2k](https://github.com/querdenker2k) https://github.com/seaside1/jrule/pull/87
- Fix mqtt for tests by [querdenker2k](https://github.com/querdenker2k) https://github.com/seaside1/jrule/pull/91
- Fix ConcurrentModificationException in test by [querdenker2k](https://github.com/querdenker2k) https://github.com/seaside1/jrule/pull/92
- JRule When refactoring by [querdenker2k](https://github.com/querdenker2k) PR https://github.com/seaside1/jrule/pull/61
- Thing Channel triggers by [seime](https://github.com/seime) PR https://github.com/seaside1/jrule/pull/62
- Generate Actions by [querdenker2k](https://github.com/querdenker2k) PR https://github.com/seaside1/jrule/pull/63
- Add option to get groupMembers as Items by [querdenker2k](https://github.com/querdenker2k) PR https://github.com/seaside1/jrule/pull/65
- Memberof Trigger by [querdenker2k](https://github.com/querdenker2k) PR https://github.com/seaside1/jrule/pull/66
- Fix buffer being read twice and breaking classloading by [seime](https://github.com/seime) PR https://github.com/seaside1/jrule/pull/67
- Fix missing precondition support for timer rules by [seime](https://github.com/seime) PR https://github.com/seaside1/jrule/pull/68
- Fix timer trigger by [querdenker2k](https://github.com/querdenker2k) PR https://github.com/seaside1/jrule/pull/70
- Initial tests for JRuleWhenItemChange triggers by [seime](https://github.com/seime) PR https://github.com/seaside1/jrule/pull/73
- Threadlocal logging - some improvements by [seime](https://github.com/seime) PR https://github.com/seaside1/jrule/pull/79
- Junit test for duplicate rule invocations by [seime](https://github.com/seime) PR https://github.com/seaside1/jrule/pull/75
- Add docker integration test by [querdenker2k](https://github.com/querdenker2k) PR https://github.com/seaside1/jrule/pull/77
- Include old thing status in event by [seime](https://github.com/seime) PR https://github.com/seaside1/jrule/pull/80
- Use thread safe list instead of arraylist by [seime](https://github.com/seime) PR https://github.com/seaside1/jrule/pull/81
- Defer to parent classloader if file not found by [seime](https://github.com/seime) PR https://github.com/seaside1/jrule/pull/83
- Fix inheritance in actions by [querdenker2k](https://github.com/querdenker2k) PR https://github.com/seaside1/jrule/pull/87
- Fix mqtt for tests by [querdenker2k](https://github.com/querdenker2k) PR https://github.com/seaside1/jrule/pull/91
- Fix ConcurrentModificationException in test by [querdenker2k](https://github.com/querdenker2k) PR https://github.com/seaside1/jrule/pull/92
- Added typing for thing channel triggers, ie `JRuleWhen(channel = binding_thing.triggerChannel)` instead of typing the channel id string

## BETA14
Expand Down

0 comments on commit 54aeb5e

Please sign in to comment.