Releases: jcabi/jcabi-matchers
Releases · jcabi/jcabi-matchers
refresh
See #70, release log:
- d090d8b by @yegor256: #62 parent up
- 34d423d by @yegor256: #69 versions up
- 1aa1c19 by @yegor256: #71 aspects up to 0.25.1
- 7730129 by @renovate[bot]: Update dependency com.jcabi:jc...
- f478590 by @yegor256: #70 test fixed
- 2f8ca1a by @yegor256: #70 year up
- 7048151 by @yegor256: Merge pull request #66 from jc...
- ff3f76c by @renovate[bot]: Update dependency net.sf.saxon...
- ec7b198 by @renovate[bot]: Update dependency com.jcabi:jc...
- 118f4a0 by @renovate[bot]: Update dependency com.jcabi:jc...
- e1e1a72 by @yegor256: Merge pull request #53 from jc...
- a7eee83 by @yegor256: rultor config refreshed
- df424eb by @yegor256: github actions refreshed
- 9dd679c by @renovate[bot]: Add renovate.json
- 4d657f6 by @yegor256: #52 test fixed for windows
Released by Rultor 1.75.1, see build log
saxon up to 11
upgrade to jcabi 1.27.0
See #46, release log:
- 1299ebd by @yegor256: #46 codecov badge
- 06f5058 by @yegor256: #46 typo
- 021359e by @yegor256: #46 badges
- 105370e by @yegor256: #46 rultor
- bdfb50b by @yegor256: #46 up
- 6d164cb by @yegor256: #40 site fix
- 109c154 by @yegor256: #40 fixes of xml
- 9877048 by @yegor256: #41 xml fix
- f370489 by @yegor256: Merge pull request #41 from an...
- 1f8f1ee by @yegor256: Revert "#41 xml fix" This reve...
- c439357 by @yegor256: #41 xml fix
- 26650ff by @andreoss: Merge branch 'master' of githu...
- cd09a55 by @yegor256: #41 rultor config
- c046389 by @yegor256: Merge pull request #44 from an...
- 3178c73 by @andreoss: (#40) Bump parent
- 0b36892 by @andreoss: (#42) Use openjdk8
- 4acc8cb by @yegor256: Merge pull request #43 from an...
- 585e02e by @andreoss: (#42) Fix test
- 164e470 by @andreoss: (#42) Set the same versions as...
- 5166415 by @andreoss: (#42) Remove outdated options ...
- and 32 more...
Released by Rultor 2.0-SNAPSHOT, see build log
jcabi-w3c 1.3
See #35, release log:
- 0ee921b by @yegor256: #35 jcabi-parent 1.23
- 6c7bbef by @yegor256: test fixed
- 67733b3 by @yegor256: Up to 2017, Happy New Year!
- 0ab8ddd by @yegor256: new travis config
- f600510 by @yegor256: new rultor coords
- c8f22c2 by @yegor256: PUZZLES.md removed, because 0p...
- 66b0d19 by @yegor256: typo in 0pdd badge coordinates
- dc2d76f by @yegor256: admin email added to .0pdd.yml
- 45d1e6d by @yegor256: .pdd added
- c46009f by @yegor256: 0pdd.yml added
- 1a33638 by @yegor256: pdd badge
- 113cb90: TEAM.md page updated
- bbea3fe: TEAM.md page updated
- 2758722: TEAM.md page updated
- e146790: updated merge/commanders list
- 1fbc779: TEAM.md page updated
- 4f1fa97: TEAM.md page updated
- 1a3962b: TEAM.md page updated
- e470841: TEAM.md page updated
- 1a8058c: updated merge/commanders list
- and 86 more...
Released by Rultor 1.62.2, see build log
RegexMatchers
See #10
W3CMatchers
This version introduces W3CMatchers
that can match your HTML or CSS against W3C online validator. More details here: http://matchers.jcabi.com/w3c-matchers.html
First stable version
This is the first stable version after migration from rexsl-test. The library contains a few convenient XML/XHTML matchers:
import com.jcabi.matchers.XhtmlMatchers;
import org.hamcrest.MatcherAssert;
MatcherAssert.assertThat(
"<test><name>Jeff</name></test>",
XhtmlMatchers.hasXPath("/test/name[.='Jeff']");
);