Releases: oxeanbits/parsec
Releases · oxeanbits/parsec
v0.13.1
What's Changed
- Enable Ruby 3.2 to work in MacOS by @Victorcorcos in #62
Full Changelog: v0.13.0...v0.13.1
v0.13.0
What's Changed
- Create weekyear(date) function by @niltonvasques in #61
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
- Regex commits for equations parser by @niltonvasques in #60
Full Changelog: v0.11.9...v0.12.0
v0.11.9
What's Changed
- Update equations-parser repository by @niltonvasques in #55
- Setup CI with github actions by @niltonvasques in #56
- Add Github CI status badge by @niltonvasques in #57
- Supporting ruby 3.2 by @niltonvasques in #58
- Verbose logs during CI builds by @niltonvasques in #59
Full Changelog: v0.11.8...v0.11.9
v0.11.8
What's Changed
- Force encoding to UTF-8 on string responses by @Victorcorcos in #48
- Fix readme typo by @Marinofull in #47
- Add Swig dependency >= 4.0.2 on README by @Victorcorcos in #46
- Avoid clean whitespace when have escaped double quote on string by @GiuseppeXD in #49
- Upgrade Parsec version by @GiuseppeXD in #51
- Update parsec link equation by @GiuseppeXD in #52
- Fixes empty string on concat equation by @GiuseppeXD in #53
- Fix decimal precision by @rllcoelho in #54
- Fixing compilation error on GCC 11.3.0 by @niltonvasques in 1e62b1c
New Contributors
- @Marinofull made their first contribution in #47
- @GiuseppeXD made their first contribution in #49
Full Changelog: v0.11.1...v0.11.8
Fix right
Fix right(x, y) string lenght bug (#45) This PR fixes the bug where right('str', 4) would throw a std::out_of_range error # [Commit with update](niltonvasques/equations-parser@b011ace) ![WorkingAsIntended](https://user-images.githubusercontent.com/26317903/134189419-0cf4fba1-e2b3-49e0-98f6-c17f5e56e92b.png) # Tests output ![TestsOutput](https://user-images.githubusercontent.com/26317903/134189154-0714f276-5514-4105-99d5-4ea5d4bf91cb.png)
Number to string functions
Add number() and string() functions (#30) * Update version and add tests * Upgrade parsec to 0.4.1
Fix quotes in equations
Fix README tests formatation (#29) Now the formatation is correct... ## Tests ```ruby ruby -Ilib -Iext/libnativemath test/test_parsec.rb ``` * Use Ruby version 2.5.1
Date functions
Upgrade parsec date (#26) * Lock equations-parser commit * Upgrade equations-parser library including date functions
Force equations-parser commit version
v0.2.21 increment gem version