Skip to content

Releases: oxeanbits/parsec

v0.13.1

v0.13.1 Pre-release
Pre-release

Choose a tag to compare

@niltonvasques niltonvasques released this 31 Jul 11:45
1df7d3e

What's Changed

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

v0.13.0

Choose a tag to compare

@niltonvasques niltonvasques released this 25 Apr 13:55
26cef1c

What's Changed

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

v0.12.0

Choose a tag to compare

@niltonvasques niltonvasques released this 21 Apr 05:53
f500d7a

What's Changed

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

v0.11.9

Choose a tag to compare

@niltonvasques niltonvasques released this 12 Apr 06:58

What's Changed

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

v0.11.8

Choose a tag to compare

@niltonvasques niltonvasques released this 12 Apr 06:55

What's Changed

New Contributors

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

Fix right

Choose a tag to compare

@niltonvasques niltonvasques released this 09 Aug 13:17
bcea695
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

Pre-release

Choose a tag to compare

@niltonvasques niltonvasques released this 26 Feb 16:30
Add number() and string() functions (#30)

* Update version and add tests
* Upgrade parsec to 0.4.1

Fix quotes in equations

Choose a tag to compare

@niltonvasques niltonvasques released this 13 Feb 09:49
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

Date functions Pre-release
Pre-release

Choose a tag to compare

@niltonvasques niltonvasques released this 04 Oct 19:28
d71bd43
Upgrade parsec date (#26)

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

Force equations-parser commit version

Pre-release

Choose a tag to compare

@niltonvasques niltonvasques released this 04 Oct 15:29
eae178a
v0.2.21

increment gem version