Skip to content

Mockingbird 4.0.0

Latest
Compare
Choose a tag to compare
@danslapman danslapman released this 01 Apr 20:27
· 7 commits to main since this release

Mockingbird 4 features:

  • JS evaluation in templates
  • multilingual UI (thanks to @Metastasis!)

Bugfixes:

  • Fix Xpath to get correct equals method (#64)

Breaking changes:

  • %{UUID}, %{now($pattern)}, %{today($datePattern)} should be rewritten as %{UUID()}, %{now('$pattern')}, %{today('$datePattern')} respectively
  • xcdata extractor is removed, use CDATA inlining instead