Skip to content

Releases: rust-onig/rust-onig

6.4.0

09 Aug 06:41
Compare
Choose a tag to compare

This release contains two feature requests from @lopopolo. We no longer rely on the
older lazy_static crate for shared mutex initialisation, and the crates have been bumped
to 2018.

What's Changed

Full Changelog: v6.3.2...v6.4.0

v6.3.2

02 Jul 09:59
Compare
Choose a tag to compare

Bump the Oniguruma version to 6.9.8. Thanks to @Techcable for adding cargo:rerun-if-env-changed to
prevent unwanted rebuilds of Oniguruma.

What's Changed

New Contributors

Full Changelog: v6.3.0...v6.3.2

Onig 6.3.0

02 Oct 08:44
Compare
Choose a tag to compare

Bugfix release to properly handle round-tripping of Syntax bits.

  • #163 - Bumps MSRV to 1.50.0. Our previous version of 1.40.0 was causing some issues in CI
  • #164 - Update onig-sys to use 6.9.7.1 patched version of Oniguruma
  • #162 - Proper support for round tripping syntax feaure flags, and adds the p featre flag.

Onig 6.1.0

09 Sep 17:51
Compare
Choose a tag to compare

Onig 6.1.0 and onig_sys 69.5.1 with:

  • Minimum Rust (MSRV) is now 1.40
  • WASM support (#147)
  • Empty matches are only skipped when they overlap the previous
    match (#145)

Onig v4.2.1

10 Nov 13:55
Compare
Choose a tag to compare

Fix to remove ancillary files from the published crate.

Onig v4.2.0

10 Nov 13:54
Compare
Choose a tag to compare

Update onig_sys to use Oniguruma 6.9.

Onig v4.1.0

10 Nov 13:53
Compare
Choose a tag to compare
  • Fix to the Onig posix-api feature to make the feature work correctly when disabled.
  • Update to onig_sys to use onig 6.8
  • Fix for pkg-config static linking to actaully statically link

Onig v4.0.1

10 Nov 13:49
Compare
Choose a tag to compare

Same as v4.0.0, but with an updated onig_sys version

Onig v4.0.0

10 Nov 13:32
Compare
Choose a tag to compare

Removes the dependency on cmake for compiling onig_sys.

Onig 3.2.2

25 Apr 06:19
Compare
Choose a tag to compare

Bugfix release. This release addresses a memory leak (#84) introduced in 3.2.0.