Standardize settings file naming and relocate documentation files Fix code quality violations from rsx:check Reorganize user_management directory into logical subdirectories Move Quill Bundle to core and align with Tom Select pattern Simplify Site Settings page to focus on core site information Complete Phase 5: Multi-tenant authentication with login flow and site selection Add route query parameter rule and synchronize filename validation logic Fix critical bug in UpdateNpmCommand causing missing JavaScript stubs Implement filename convention rule and resolve VS Code auto-rename conflict Implement js-sanitizer RPC server to eliminate 900+ Node.js process spawns Implement RPC server architecture for JavaScript parsing WIP: Add RPC server infrastructure for JS parsing (partial implementation) Update jqhtml terminology from destroy to stop, fix datagrid DOM preservation Add JQHTML-CLASS-01 rule and fix redundant class names Improve code quality rules and resolve violations Remove legacy fatal error format in favor of unified 'fatal' error type Filter internal keys from window.rsxapp output Update button styling and comprehensive form/modal documentation Add conditional fly-in animation for modals Fix non-deterministic bundle compilation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
4.7 KiB
Executable File
4.7 KiB
Executable File
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-changelog8f8b834 - [meta] use
npmignore63eb742 - [Tests] add coverage
52e4349 - Only apps should have lockfiles
bbbc504 - [meta] add missing
engines.node0dd76a0 - [Deps] update
hash-base,inheritsdcd9920 - [meta] fix npmrc settings for auto-changelog
329f18c - [Dev Deps] update
tape8be8aba - [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
1.0.1 / 2015-05-05
- standard formatting
1.0.0 / 2015-01-14
- updated dev deps
- added more test fixtures
- updated readme with usage, testing, etc
- moved from https://github.com/cryptocoinjs/ripemd160 to https://github.com/crypto-browserify/ripemd160
0.2.1 / 2014-12-31
- made license clear in
package.json - deleted
Makefile, moved targets topackage.json - removed
terstforassert
0.2.0 / 2014-03-09
- removed bower.json and component.json
- changed 4 spacing to 2
- returns
Buffertype now, input must be Array, Uint8Array, Buffer, or string - remove deps:
convert-hexandconvert-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