Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Tags: xapix-io/axel-f

Tags

2.3.1

Toggle 2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix the case when result of map-lookup is falsy (#114)

* Fix the case when result of map-lookup is falsy

* Add test

2.3.0

Toggle 2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add PARSE.DATE and PARSE.DATETIME functions (#112)

Add two new function: `PARSE.DATE()` and `PARSE.DATETIME()`

The first argument is a date/time string, second - formatter string as described in section "Patterns for Formatting and Parsing" of [that article](https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html)

All alpha-characters in formatter string should be quoted using `'` character, eg. `"YYY'T'MM:ss"`

2.2.3

Toggle 2.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add REGEX function to compile a string to pattern (#111)

Accept the second argument as a string of supported flags:

  * "i" Makes the expression search case-insensitively.
  * "s" dot all. It makes a wild character `.` match newlines as well.
  * "m" Makes the boundary characters `^` and `$` match the beginning
        and ending of every single line instead of the beginning and
        ending of the whole string.

Combination of flags supported via the concatenation of characters: "si"

2.2.3-SNAPSHOT

Toggle 2.2.3-SNAPSHOT's commit message

Verified

This commit was signed with the committer’s verified signature.
DeLaGuardo Kirill Chernyshov
Fix setting and environment variable

2.2.2

Toggle 2.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes for autocomplete function (#110)

2.2.2-SNAPSHOT

Toggle 2.2.2-SNAPSHOT's commit message

Verified

This commit was signed with the committer’s verified signature.
DeLaGuardo Kirill Chernyshov
Remove codecov

2.2.1

Toggle 2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use unified excel-number function for to-integer and to-float coercion (

#108)

2.2.1-SNAPSHOT

Toggle 2.2.1-SNAPSHOT's commit message

Verified

This commit was signed with the committer’s verified signature.
DeLaGuardo Kirill Chernyshov
fix empty object case

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
DeLaGuardo Kirill Chernyshov
Use stable version of matchete

2.2.0-SNAPSHOT

Toggle 2.2.0-SNAPSHOT's commit message

Verified

This commit was signed with the committer’s verified signature.
DeLaGuardo Kirill Chernyshov
Temporary disable cache