# Changelog [中文文档](CHANGELOG-1.x.zh.md) | **English** All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/). ## 1.1.4 - 2026-08-22 ### Docs - Add bilingual (English / Chinese) documentation support for README, CONTRIBUTING, and CHANGELOG - Reorganize documentation structure following open-source best practices ## 1.1.3 ### Fixed - Standardize function naming: use `toFilters` instead of `to_filters`; `to_filters` is expected to be removed in a future release ### Changed - Set up development standards using husky ## 1.1.2 - 2024-12-08 ### Changed - Remove `type` field from `package.json`, default to CommonJS - Configure ESLint `quotes` rule to `double` (use double quotes) ## 1.0.3 - 2024-11-30 ### Changed - Set engines requirement to `node >= 12` ## 1.0.2 - 2024-04-23 ### Docs - Update README documentation ## 1.0.1 - 2024-04-23 ### Added - Initial release