Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

Β 

History

History
210 lines (143 loc) Β· 4.55 KB

File metadata and controls

210 lines (143 loc) Β· 4.55 KB

Changelog

All notable changes to this project will be documented in this file.

[0.4.4] - 2024-09-02

πŸ“š Documentation

  • (minor) Changed source install instructions

βš™οΈ Miscellaneous Tasks

  • (release) Changelog update

[0.4.3] - 2024-09-02

βš™οΈ Miscellaneous Tasks

  • (docs) Add auto change log
  • Spell correct changelog
  • (release) Bump version

Build

  • Add git-cliff config

[0.4.2] - 2024-09-02

🚜 Refactor

  • If ~~> match

πŸ“š Documentation

  • --preview is correctly mentioned in app
  • (dev) Notes on regen'ing token

Build

  • Conditional env generation
  • (deps) Update (minor)

Release

  • 0.4.0
  • 0.4.1

Release

  • 0.4.2

[0.4.0] - 2024-08-12

πŸ“š Documentation

  • Readme download instructions
  • Minor adjust to dist tag push example

Build

  • Imp. gitignore no.?sync patterns and docs
  • Minor version bump, inp flag change
  • (runner) Remote deploy command, assumes dist being used
  • Lockfile
  • (runner) Check fallible, check dep for dep

Interface

  • --test-run renamed to --preview

Release

  • 0.4.0

[0.3.3] - 2024-07-13

βš™οΈ Miscellaneous Tasks

  • Version bump, exploring cargo-dist

Build

  • (fix) Corrected (homebrew) tap name

[0.3.2] - 2024-07-13

πŸ“š Documentation

  • Dev log notes (cargo-dist, / dist branch)
  • Dev_log notes (dist)

🎨 Styling

  • Deeper indent

βš™οΈ Miscellaneous Tasks

  • Auto-formatting (after format rules change)

Build

  • (deps) Dep updates (minor)
  • Cargo.toml data
  • Publish tag turned on for cargo-dist
  • cargo dist init auto-gen code/settings
  • (tool) cargo-dist update (0.18->0.19)

[0.3.1] - 2024-07-02

πŸš€ Features

  • Early error and logging boilerplate
  • Arg to working regex functionality
  • Basic dynamic regex matching against files
  • (style) Color emphasizing printed elements
  • String name replace and flagging syntax
  • Working replacement, flags, cleaned syntax
  • Recursn & leaf-only replace; tests; v. bump

πŸ› Bug Fixes

  • (reversion) Removed recursion functionality

🚜 Refactor

  • Code simplificaation and function pullout
  • De-nesting code
  • Error file location
  • Logging file location
  • Moved code to library; other minor changes
  • Small code segmentation and flow changes
  • Final print into core_process_loop

πŸ“š Documentation

  • Added README
  • Command and in-code docs
  • Version number update; refactor and minor typo fix
  • Minor version bump; refactor; minor typo fix
  • Minor wording improvements; log and -h
  • Benchmark and fd comparisons and comments
  • Readability edit/fix, and added clarification.
  • Warn about bad ci/cd
  • Update on CI/CD issues
  • Summary of testing issues and early investig.
  • Threads vs process, cargo-test vs nextest
  • (dev) End comments on branch
  • Removed note on test command restrictions
  • Doccomment updates related to mutex executor

🎨 Styling

  • Module name as part of tracing subscription
  • Comments are time-cheaper demarcations

πŸ§ͺ Testing

  • Unit test, common syntax errors
  • Replaced test crates; case-insensitive note
  • Jeremy chone style error handling for tests
  • Clean up of simple tests
  • (refact) Workdir change in a serializer

βš™οΈ Miscellaneous Tasks

  • Clean up early references
  • Bumped minor version (docs changes);
  • Typo fixes
  • Version bump; minor wording & minor refact
  • Removed comment notes
  • Unused code reservoir
  • Added a missing tracing instrumentation
  • Minor version bump
  • Removed unnecessary allow
  • Cleaning up commented test, unneeded
  • Various cleanup
  • Logging to help debug temp dir naming behavior
  • Minor logging state
  • (style) utility_ naming convention

Bug

  • Recursive write attempt to edit changed paths

Build

  • (deps) Added owo_colors for terminal prints
  • Tracking lockfile, loosening dep spec
  • Removed dev allow lints, c'd unused deps
  • (deps) Lockfile <- remove unused and update
  • (runner) Deploy command (local)
  • (workaround) Rust-analyzer bug required pinning older version
  • (runner) Hyperfine run command (ad hoc)
  • (runner) Fixed and extended bench-hyperf
  • Added (missing) external soft dependency
  • (deps) Added dev dependencies
  • (runner) Test-view command to see test output
  • (deps) Added test_log for tracing ergonomics
  • (runner) Nextest use
  • (deps) Swapped out testing crates
  • (remote) Add github ci/cd, run test
  • (fix) Forcing cargo-test to run serially
  • (ci) Removing serialization req for command
  • Nightly un-pin, deps update, version bump

XP

  • (bad_branch) Testing frameworks, unimpressed