Skip to content

Releases: oxeanbits/parsec

v0.13.1

31 Jul 11:45
1df7d3e
Compare
Choose a tag to compare
v0.13.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.13.0...v0.13.1

v0.13.0

25 Apr 13:55
26cef1c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.13.0

v0.12.0

21 Apr 05:53
f500d7a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.9...v0.12.0

v0.11.9

12 Apr 06:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.8...v0.11.9

v0.11.8

12 Apr 06:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.1...v0.11.8

Fix right

09 Aug 13:17
bcea695
Compare
Choose a tag to compare
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

26 Feb 16:30
Compare
Choose a tag to compare
Pre-release
Add number() and string() functions (#30)

* Update version and add tests
* Upgrade parsec to 0.4.1

Fix quotes in equations

13 Feb 09:49
Compare
Choose a tag to compare
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

04 Oct 19:28
d71bd43
Compare
Choose a tag to compare
Date functions Pre-release
Pre-release
Upgrade parsec date (#26)

* Lock equations-parser commit
* Upgrade equations-parser library including date functions

Force equations-parser commit version

04 Oct 15:29
eae178a
Compare
Choose a tag to compare
Pre-release
v0.2.21

increment gem version