Skip to content

Releases: aegoroff/editorconfiger

0.4.10

12 Jul 06:20
Compare
Choose a tag to compare

0.4.10 - 2024-07-12

Documentation

  • enumerable public members doc comments added - (190afe3) - Alexander Egorov
  • public functions doc comments added - (5d6fb79) - Alexander Egorov
  • doc comments added to custom iterators modifiers - (c8ec20c) - Alexander Egorov

Miscellaneous Chores

  • (deps) update clap_complete requirement from =4.5.5 to =4.5.6 - (4a0987e) - dependabot[bot]
  • (deps) update clap requirement from =4.5.7 to =4.5.8 - (5ebb514) - dependabot[bot]
  • (deps) update clap_complete requirement from =4.5.6 to =4.5.7 - (900ec52) - dependabot[bot]
  • (deps) update clap requirement from =4.5.8 to =4.5.9 - (9e3d82e) - dependabot[bot]
  • bump clap_complete to the latest version - (d52f896) - egoroff

Refactoring

  • iterator functions that filters out iterators to get unique and only duplicate items replaced by ouwn iterator filters - (bc0ed73) - egoroff

Changelog

Ci

  • explicit setting auto_req option in rpm related section - (27e6567) - egoroff
  • fix explicit setting auto_req option in rpm related section - (bb49842) - egoroff
  • bump auto-req option removed - (7dda781) - Alexander Egorov
  • auto-req disabled added to cargo generate-rpm - (12bff08) - Alexander Egorov
  • auto-req renamed to auto_req - (9df0675) - Alexander Egorov
  • auto-req no - (73e807b) - Alexander Egorov
  • auto-req auto - (e03f30a) - Alexander Egorov
  • auto-req = 'auto' in Cargo.toml - (838b29e) - Alexander Egorov
  • use cargo-generate-rpm 0.14.0 - (51d95e1) - Alexander Egorov
  • use cargo-generate-rpm 0.14.0 for release - (42efcf7) - Alexander Egorov
  • use cargo-generate-rpm without version because it seems latest version fixed - (1d0ae5a) - Alexander Egorov

0.4.9

13 Jun 17:25
Compare
Choose a tag to compare

0.4.9 - 2024-06-13

Features

  • Releasing aarch64 version for linux - (20541fb) - Alexander Egorov

Refactoring

  • [breaking]enumerable::only_duplicates function returns original order now instead of not obvious ordering under the hood as it was before - (25d9246) - egoroff
  • duplicated attribute removed - (2f1bb89) - Alexander Egorov

Build

  • Building and publishing aarch64 version of deb and rpm packages - (fd25e33) - Alexander Egorov
  • restore static runtime linking in windows binary - (343dbdb) - Alexander Egorov

Changelog

  • v0.4.9 - (3c60767) - Alexander Egorov

Ci

  • building linux aarch64 binary on CI - (5de0172) - Alexander Egorov
  • building deb and rpm packages fixed - (17e0536) - Alexander Egorov
  • building deb and rpm packages fixed - (a97f730) - Alexander Egorov
  • building deb and rpm packages fixed - (69724c9) - Alexander Egorov
  • building rpm packages fixed - (b9f5d32) - Alexander Egorov
  • invalid option removed from cargo generate-rpm - (8d0911a) - Alexander Egorov
  • publishing aarch64 rpm packages fix - (996900a) - Alexander Egorov

0.4.8

12 Jun 10:35
Compare
Choose a tag to compare

0.4.8 - 2024-06-12

Bug Fixes

  • Releasing fixed - (daf0c1c) - Alexander Egorov

Features

  • Releasing arm64 version for macos - (92de732) - Alexander Egorov

Miscellaneous Chores

  • (deps) update aho-corasick requirement from =1.1.2 to =1.1.3 - (85ed56e) - dependabot[bot]
  • (deps) update clap requirement from =4.5.3 to =4.5.4 - (f27b007) - dependabot[bot]
  • (deps) update clap_complete requirement from =4.5.1 to =4.5.2 - (e6f8647) - dependabot[bot]
  • (deps) update rstest requirement from =0.18.2 to =0.19.0 - (1a96799) - dependabot[bot]
  • (deps) update rstest requirement from =0.19.0 to =0.20.0 - (828a0d5) - dependabot[bot]
  • (deps) update rstest requirement from =0.20.0 to =0.21.0 - (08816f7) - dependabot[bot]
  • (deps) update clap requirement from =4.5.4 to =4.5.6 - (0a5e7df) - dependabot[bot]
  • (deps) update regex requirement from =1.10.4 to =1.10.5 - (35536e2) - dependabot[bot]
  • (deps) update clap_complete requirement from =4.5.4 to =4.5.5 - (0e1e773) - dependabot[bot]
  • (deps) update clap requirement from =4.5.6 to =4.5.7 - (a1ff0ff) - dependabot[bot]
  • bump regex - (f667ba6) - Alexander Egorov
  • bump clap_complete - (0fc9f68) - Alexander Egorov

Style

  • key presense in dictionary check fixed - (7e965ca) - egoroff

Tests

  • code style in test fixed (same as prev commit that fixes key present in a dictionary) - (011b787) - egoroff

Changelog

  • v0.4.7 - (13c329a) - Alexander Egorov
  • v0.4.8 - (bf1e490) - Alexander Egorov

Ci

  • bump releaser version - (8408252) - Alexander Egorov
  • building macos arm64 binary during CI process - (800cf25) - Alexander Egorov

0.4.6

17 Mar 15:37
Compare
Choose a tag to compare

0.4.6 - 2024-03-17

Bug Fixes

  • Deb package publishing fixed - (78ff9cb) - Alexander Egorov

Changelog

  • v0.4.6 - (d4cc8ec) - Alexander Egorov

0.4.5

17 Mar 15:17
Compare
Choose a tag to compare

0.4.5 - 2024-03-17

Bug Fixes

  • Deb package releasing fixed - (8adf3d7) - Alexander Egorov

Changelog

  • v0.4.5 - (9ddbe14) - Alexander Egorov

0.4.4

17 Mar 15:00
Compare
Choose a tag to compare

0.4.4 - 2024-03-17

Bug Fixes

  • clippy fixes - (303fd89) - egoroff

Documentation

  • code comments improved - (d878a82) - Alexander Egorov

Features

  • [breaking]section parser made internal - (e50f70b) - egoroff

Miscellaneous Chores

  • (deps) update clap requirement from =4.4.1 to =4.4.2 - (4b55be5) - dependabot[bot]
  • (deps) update regex requirement from =1.9.4 to =1.9.5 - (f082489) - dependabot[bot]
  • (deps) update clap_complete requirement from =4.4.0 to =4.4.1 - (db3b113) - dependabot[bot]
  • (deps) update aho-corasick requirement from =1.0.5 to =1.1.0 - (eaa118e) - dependabot[bot]
  • (deps) update aho-corasick requirement from =1.1.0 to =1.1.1 - (bb07bd1) - dependabot[bot]
  • (deps) update clap requirement from =4.4.4 to =4.4.5 - (eb3a5c3) - dependabot[bot]
  • (deps) update clap_complete requirement from =4.4.1 to =4.4.2 - (8ab7e58) - dependabot[bot]
  • (deps) update clap_complete requirement from =4.4.2 to =4.4.3 - (7bf6bc5) - dependabot[bot]
  • (deps) update clap requirement from =4.4.5 to =4.4.6 - (eab928c) - dependabot[bot]
  • (deps) update regex requirement from =1.9.5 to =1.9.6 - (9a25200) - dependabot[bot]
  • (deps) update aho-corasick requirement from =1.1.1 to =1.1.2 - (96168e6) - dependabot[bot]
  • (deps) update regex requirement from =1.9.6 to =1.10.0 - (79a5248) - dependabot[bot]
  • (deps) update regex requirement from =1.10.0 to =1.10.1 - (0e83566) - dependabot[bot]
  • (deps) update regex requirement from =1.10.1 to =1.10.2 - (96cfe22) - dependabot[bot]
  • (deps) update clap requirement from =4.4.8 to =4.4.10 - (2cf3a34) - dependabot[bot]
  • (deps) update clap requirement from =4.4.10 to =4.4.11 - (3058da8) - dependabot[bot]
  • (deps) update clap_complete requirement from =4.4.4 to =4.4.5 - (97363b4) - dependabot[bot]
  • (deps) update clap requirement from =4.4.11 to =4.4.12 - (afbe0fd) - dependabot[bot]
  • (deps) update clap_complete requirement from =4.4.5 to =4.4.6 - (eb58e05) - dependabot[bot]
  • (deps) update clap requirement from =4.4.13 to =4.4.14 - (080ab76) - dependabot[bot]
  • (deps) update clap requirement from =4.4.14 to =4.4.16 - (d129b72) - dependabot[bot]
  • (deps) update clap_complete requirement from =4.4.6 to =4.4.7 - (cb1f371) - dependabot[bot]
  • (deps) update clap requirement from =4.4.16 to =4.4.17 - (002e935) - dependabot[bot]
  • (deps) update clap requirement from =4.4.17 to =4.4.18 - (b29bc91) - dependabot[bot]
  • (deps) update clap_complete requirement from =4.4.7 to =4.4.8 - (b7cb455) - dependabot[bot]
  • (deps) update regex requirement from =1.10.2 to =1.10.3 - (b57ab1b) - dependabot[bot]
  • (deps) update clap_complete requirement from =4.4.8 to =4.4.9 - (598e56f) - dependabot[bot]
  • (deps) update clap_complete requirement from =4.4.9 to =4.4.10 - (228dbc4) - dependabot[bot]
  • (deps) update clap_complete requirement from =4.4.10 to =4.5.0 - (b981ff8) - dependabot[bot]
  • (deps) update clap requirement from =4.4.18 to =4.5.0 - (73516a6) - dependabot[bot]
  • (deps) update clap requirement from =4.5.0 to =4.5.1 - (c1d9980) - dependabot[bot]
  • (deps) update clap_complete requirement from =4.5.0 to =4.5.1 - (2f3c158) - dependabot[bot]
  • (deps) update lalrpop-util requirement from =0.20.0 to =0.20.2 - (d89fb10) - dependabot[bot]
  • (deps) update lalrpop requirement from =0.20.0 to =0.20.2 - (f19eb6b) - dependabot[bot]
  • (deps) update clap requirement from =4.5.1 to =4.5.2 - (36c6289) - dependabot[bot]
  • (deps) update clap requirement from =4.5.2 to =4.5.3 - (f64b9e7) - dependabot[bot]
  • documention comments improved - (005da2e) - egoroff
  • mute clippy warnings on generated code - (b64a4d4) - Alexander Egorov
  • forbid unsafe code - (e833bff) - Alexander Egorov
  • Cargo.toml reformat - (c3f44cd) - Alexander Egorov
  • warning removed from generated code - (5144149) - egoroff
  • bump clap to 4.4.13 - (d210aa3) - Alexander Egorov
  • obsolete config removed - (f91f089) - Alexander Egorov

Performance

  • bump lalrpop to 0.20.1 that improves performance - (6acda1e) - Alexander Egorov

Refactoring

  • obsolete alias AnyError removed - (5db5e04) - Alexander Egorov
  • section.lalrpop renamed to glob.lalrpop - (e5ac769) - Alexander Egorov
  • glob.lalrpop file commit - (c02464c) - Alexander Egorov
  • redundant map removed - (900f276) - egoroff

Tests

  • test method parameter renamed - (b465f10) - Alexander Egorov

Changelog

  • v0.4.4 - (dcee93e) - Alexander Egorov

Ci

Read more

0.4.3

30 Aug 16:40
Compare
Choose a tag to compare

v0.4.3 (2023-08-30)

Bug Fixes

  • fixes #68 Some duplicate sections lost in comparing files mode
  • string literals syntax corrected
  • allow unwrap in generated code
  • allow unwrap in main.rs

Code Refactoring

  • reading file content simplified
  • parse function simplified by eliding lifetimes
  • use filter_map instead of filter + map adapters to simplify code

Features

  • migration to aho-corasick 1.0

0.4.2

13 Mar 16:34
Compare
Choose a tag to compare

v0.4.2 (2023-03-13)

Features

  • all build dependencies made strict to have reproducable builds

0.4.1

12 Feb 18:50
Compare
Choose a tag to compare

v0.4.1 (2023-02-12)

Bug Fixes

  • command line syntax fixed
  • clippy warnings corrected
  • some clippy warnings fixed

Features

  • dont unwind stack trace on panic

0.3.1

23 Oct 15:21
Compare
Choose a tag to compare

0.3.1 (2022-10-23)

Bug Fixes

  • unneeded return eliminated

Code Refactoring

  • ok() convversion Result to Option to simplify code

Features

  • completion script generation added