Files
crm.clientright.ru/libraries/jquery/node-inflection/History.md
Fedor ac7467f0b4 Major CRM updates: AI Assistant, Court Status API, S3 integration improvements, and extensive file storage system
- Added comprehensive AI Assistant system (aiassist/ directory):
  * Vector search and embedding capabilities
  * Typebot proxy integration
  * Elastic search functionality
  * Message classification and chat history
  * MCP proxy for external integrations

- Implemented Court Status API (GetCourtStatus.php):
  * Real-time court document status checking
  * Integration with external court systems
  * Comprehensive error handling and logging

- Enhanced S3 integration:
  * Improved file backup system with metadata
  * Batch processing capabilities
  * Enhanced error logging and recovery
  * Copy operations with URL fixing

- Added Telegram contact creation API
- Improved error logging across all modules
- Enhanced callback system for AI responses
- Extensive backup file storage with timestamps
- Updated documentation and README files

- File storage improvements:
  * Thousands of backup files with proper metadata
  * Fix operations for broken file references
  * Project-specific backup and recovery systems
  * Comprehensive file integrity checking

Total: 26,461+ files added/modified including AWS SDK, vendor dependencies, and extensive backup system.
2025-10-16 11:17:21 +03:00

179 lines
2.5 KiB
Markdown

# History
## 1.5.3 / 2014-12-06
- [bug fix] Remove invalid uncountable words
## 1.5.2 / 2014-11-14
- [bug fix] `business` & `access` plural form
## 1.5.1 / 2014-09-23
- [bug fix] Fix `whereas` plural & singular form
## 1.5.0 / 2014-09-23
- [refactor] Add more rules and uncountable nouns
## 1.4.2 / 2014-09-05
- [bug fix] Fix wrong implementation of `goose`, `tooth` & `foot`
## 1.4.1 / 2014-08-31
- [bug fix] Fix `goose`, `tooth` & `foot` plural & singular form
## 1.4.0 / 2014-08-23
- [new feature] Adds support for an `inflect` method that will choose to pluralize or singularize a noun based on an integer value
## 1.3.8 / 2014-07-03
- [others] Syntax tuning
## 1.3.7 / 2014-06-25
- [refactor] Adopt UMD import to work in a variety of different situations
- [update packages] should->4.0.4
## 1.3.6 / 2014-06-07
- [bug fix] Rearrange rules. `movies`->`movy`
## 1.3.5 / 2014-02-12
- Unable to publsih v1.3.4 therefore jump to v1.3.5
## 1.3.4 / 2014-02-12
- [update packages] should->3.1.2
- [refactor] Use `mocha` instead of hard coding tests
## 1.3.3 / 2014-01-22
- [update packages] should->3.0.1
- Added brower.json
## 1.3.2 / 2013-12-12
- [update packages] node.flow->1.2.3
## 1.3.1 / 2013-12-12
- [refactor] Support `Requirejs`
## 1.3.0 / 2013-12-11
- [refactor] Move `var` out of loops
- [refactor] Change the way `camelize` acts to mimic 100% `Rails ActiveSupport Inflector camelize`
## 1.2.7 / 2013-12-11
- [new feature] Added transform, thnaks to `luk3thomas`
- [update packages] should->v2.1.1
## 1.2.6 / 2013-05-24
- [bug fix] Use instance instead of `this`
## 1.2.5 / 2013-01-09
- [refactor] Allow all caps strings to be returned from underscore
## 1.2.4 / 2013-01-06
- [bug fix] window obj does not have `call` method
## 1.2.3 / 2012-08-02
- [bug fix] Singularize `status` produces `statu`
- [update packages] should->v1.1.0
## 1.2.2 / 2012-07-23
- [update packages] node.flow->v1.1.3 & should->v1.0.0
## 1.2.1 / 2012-06-22
- [bug fix] Singularize `address` produces `addres`
## 1.2.0 / 2012-04-10
- [new feature] Browser support
- [update packages] node.flow->v1.1.1
## 1.1.1 / 2012-02-13
- [update packages] node.flow->v1.1.0
## 1.1.0 / 2012-02-13
- [update packages] node.flow->v1.0.0
- [refactor] Read version number from package.json
## 1.0.0 / 2012-02-08
- Remove make file
- Add pluralize rules
- Add pluralize tests
- [refactor] Use object.jey instead of for in
## 0.0.1 / 2012-01-16
- Initial release