Skip to content

Releases: albyonl/analogy

v1.1.0

09 Oct 11:39
Compare
Choose a tag to compare

v1.1.0

Improved replacement and regex logic from the explicit update.

v1.0.7

08 Oct 09:10
Compare
Choose a tag to compare

v1.0.7

QoL update enabling regex patterns to be passed through as strings.

v1.0.6

30 Sep 13:04
Compare
Choose a tag to compare

Explicit version.

This update includes a refactor of logic for filter matches. Now explicitly containing their type as a field, rather than inferring it.

I've also cleaned up some names and logic.

v1.0.3

22 Sep 16:34
Compare
Choose a tag to compare

Introducing value functions!

Value functions enable you to modify the return value of a match, without using your own dynamic function.

This update releases with regex() and replace()

Regex

Using the regex value function will take the value of your input, apply a regex match, and return the result as your value.

Replace

Replace allows you to replace keywords on the return value. This is useful alongside the regex function, or if you're dynamically creating filters.

v1.0.2

16 Sep 08:00
Compare
Choose a tag to compare

analogy

1.0.1

Patch Changes