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>
110 lines
4.7 KiB
Markdown
Executable File
110 lines
4.7 KiB
Markdown
Executable File
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [v2.0.3](https://github.com/browserify/ripemd160/compare/v2.0.2...v2.0.3) - 2025-09-22
|
|
|
|
### Commits
|
|
|
|
- [eslint] switch from standard to eslint [`ce1badd`](https://github.com/browserify/ripemd160/commit/ce1baddb99b40436d8253d5f4472ae5432e8ed24)
|
|
- [Tests] migrate from travis to GHA [`f0b036e`](https://github.com/browserify/ripemd160/commit/f0b036e204b77075a70a46c2ef457a6f53fc1e6c)
|
|
- [meta] use `auto-changelog` [`8f8b834`](https://github.com/browserify/ripemd160/commit/8f8b8340426e276df881296a138a0cbbaa44525a)
|
|
- [meta] use `npmignore` [`63eb742`](https://github.com/browserify/ripemd160/commit/63eb742d7dec26c45c4a60f93ace332b8be98179)
|
|
- [Tests] add coverage [`52e4349`](https://github.com/browserify/ripemd160/commit/52e43496031e21681d83e55ece0beba982b2cdca)
|
|
- Only apps should have lockfiles [`bbbc504`](https://github.com/browserify/ripemd160/commit/bbbc504d455f9692efc3c4be7d613bd57eea50de)
|
|
- [meta] add missing `engines.node` [`0dd76a0`](https://github.com/browserify/ripemd160/commit/0dd76a0c05658b23b3d10886f18c561901d57ce9)
|
|
- [Deps] update `hash-base`, `inherits` [`dcd9920`](https://github.com/browserify/ripemd160/commit/dcd99208dd3cab39b0ef5ee63fe604d278e03048)
|
|
- [meta] fix npmrc settings for auto-changelog [`329f18c`](https://github.com/browserify/ripemd160/commit/329f18cae8acee98f03d765a34f2f84afe6e1791)
|
|
- [Dev Deps] update `tape` [`8be8aba`](https://github.com/browserify/ripemd160/commit/8be8abaaf2dcf494abe10fa38d2a3db91f85de3d)
|
|
- [Dev Deps] add missing peer dep [`ac4ddb3`](https://github.com/browserify/ripemd160/commit/ac4ddb3a57b8625d69b5ca37b1b994b4dde1affe)
|
|
|
|
## [v2.0.2](https://github.com/browserify/ripemd160/compare/2.0.1...v2.0.2) - 2018-04-19
|
|
|
|
### Merged
|
|
|
|
- Don't use the deprecated Buffer() constructor [`#20`](https://github.com/browserify/ripemd160/pull/20)
|
|
- code optimization (30%) [`#14`](https://github.com/browserify/ripemd160/pull/14)
|
|
- Not a markdown file [`#18`](https://github.com/browserify/ripemd160/pull/18)
|
|
|
|
### Commits
|
|
|
|
- Explicitly require 'buffer' [`651ae24`](https://github.com/browserify/ripemd160/commit/651ae24445a9486fdea1707e45309b28fee35cfa)
|
|
|
|
<!-- auto-changelog-above -->
|
|
|
|
2.0.1 / 2016-06-22
|
|
------------------
|
|
- added LICENSE file.
|
|
|
|
2.0.0 / 2016-04-11
|
|
------------------
|
|
- rewritten, license change BSD-3 to MIT. [#13][#13]
|
|
- stream support [#13][#13]
|
|
|
|
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 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
|
|
|
|
<!--- add streams support, unroll loops [enhancement] -->
|
|
[#13]: https://github.com/crypto-browserify/ripemd160/pull/13
|
|
<!--- Update all dependencies 🌴 [greenkeeper] -->
|
|
[#12]: https://github.com/crypto-browserify/ripemd160/pull/12
|
|
<!--- little optimizations [enhancement] -->
|
|
[#11]: https://github.com/crypto-browserify/ripemd160/pull/11
|
|
<!--- Added LICENSE file to repo -->
|
|
[#10]: https://github.com/crypto-browserify/ripemd160/pull/10
|
|
<!--- Add LICENCE file -->
|
|
[#9]: https://github.com/crypto-browserify/ripemd160/pull/9
|
|
<!--- Support streaming [enhancement] -->
|
|
[#8]: https://github.com/crypto-browserify/ripemd160/issues/8
|
|
<!--- Unroll loops [enhancement] -->
|
|
[#7]: https://github.com/crypto-browserify/ripemd160/pull/7
|
|
<!--- Use SPDX-standard license naming -->
|
|
[#6]: https://github.com/crypto-browserify/ripemd160/pull/6
|
|
<!--- License -->
|
|
[#5]: https://github.com/crypto-browserify/ripemd160/issues/5
|
|
<!--- Add BSD license to package.json -->
|
|
[#4]: https://github.com/crypto-browserify/ripemd160/pull/4
|
|
<!--- Indicate byte array inputs are supported too -->
|
|
[#3]: https://github.com/crypto-browserify/ripemd160/pull/3
|
|
<!--- Node-specific implementation -->
|
|
[#2]: https://github.com/crypto-browserify/ripemd160/pull/2
|
|
<!--- Incorrect name of convert-string dependency in bower.json -->
|
|
[#1]: https://github.com/crypto-browserify/ripemd160/pull/1
|