Files
rspade_system/node_modules/ripemd160/CHANGELOG.md
root f6ac36c632 Enhance refactor commands with controller-aware Route() updates and fix code quality violations
Add semantic token highlighting for 'that' variable and comment file references in VS Code extension
Add Phone_Text_Input and Currency_Input components with formatting utilities
Implement client widgets, form standardization, and soft delete functionality
Add modal scroll lock and update documentation
Implement comprehensive modal system with form integration and validation
Fix modal component instantiation using jQuery plugin API
Implement modal system with responsive sizing, queuing, and validation support
Implement form submission with validation, error handling, and loading states
Implement country/state selectors with dynamic data loading and Bootstrap styling
Revert Rsx::Route() highlighting in Blade/PHP files
Target specific PHP scopes for Rsx::Route() highlighting in Blade
Expand injection selector for Rsx::Route() highlighting
Add custom syntax highlighting for Rsx::Route() and Rsx.Route() calls
Update jqhtml packages to v2.2.165
Add bundle path validation for common mistakes (development mode only)
Create Ajax_Select_Input widget and Rsx_Reference_Data controller
Create Country_Select_Input widget with default country support
Initialize Tom Select on Select_Input widgets
Add Tom Select bundle for enhanced select dropdowns
Implement ISO 3166 geographic data system for country/region selection
Implement widget-based form system with disabled state support

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-30 06:21:56 +00:00

4.7 KiB

Changelog

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

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v2.0.3 - 2025-09-22

Commits

  • [eslint] switch from standard to eslint ce1badd
  • [Tests] migrate from travis to GHA f0b036e
  • [meta] use auto-changelog 8f8b834
  • [meta] use npmignore 63eb742
  • [Tests] add coverage 52e4349
  • Only apps should have lockfiles bbbc504
  • [meta] add missing engines.node 0dd76a0
  • [Deps] update hash-base, inherits dcd9920
  • [meta] fix npmrc settings for auto-changelog 329f18c
  • [Dev Deps] update tape 8be8aba
  • [Dev Deps] add missing peer dep ac4ddb3

v2.0.2 - 2018-04-19

Merged

  • Don't use the deprecated Buffer() constructor #20
  • code optimization (30%) #14
  • Not a markdown file #18

Commits

  • Explicitly require 'buffer' 651ae24

2.0.1 / 2016-06-22

  • added LICENSE file.

2.0.0 / 2016-04-11

  • rewritten, license change BSD-3 to MIT. #13
  • stream support #13

1.0.1 / 2015-05-05

  • standard formatting

1.0.0 / 2015-01-14

0.2.1 / 2014-12-31

  • made license clear in package.json
  • deleted Makefile, moved targets to package.json
  • removed terst for assert

0.2.0 / 2014-03-09

  • removed bower.json and component.json
  • changed 4 spacing to 2
  • returns Buffer type now, input must be Array, Uint8Array, Buffer, or string
  • remove deps: convert-hex and convert-string

0.1.0 / 2013-11-20

  • changed package name
  • removed AMD support

0.0.2 / 2013-11-06

  • fixed component.json file

0.0.1 / 2013-11-03

  • initial release