Sha256: c10e4bffa99b57a2d595e1fcd243ddbc274039e21846ae5213a8eca173910ec3
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 KB
Contents
# Changelog ## v1.3.1 ### Fixes - Fix lib require to be relatively ## v1.3.0 ### New Endpoints - Add endpoints for `Sale`, `SaleAccount` and `SaleRule` ## v1.2.0 ### Endpoints improvements - The `#find_all` method of all endpoints that support filtering can now receive parameters to refine the results and paginate. ### Deprecations - No longer supports `#find_by`. Use `#find_all` instead, passing filters as a hash if needed. ### Fixes - Params encoding set to Rack. This is necessary in order to fix an issue with Array parameters. ## v1.1.0 ### New Endpoints - Add endpoint Deposit Accounts filtering. - Add endpoint Entities filtering. ## v1.0.0 ### New Endpoints - Add Bank Statements endpoints. - Add Categories endpoints. - Add Credit Cards endpoints. - Add Credit Cards Transactions endpoints. - Add Reconciles endpoints. - More endpoints for Financial Accounts (`find_all`, `find`). ### Improvements - Implement search by attributes in Categories. ### Deprecations - `FinancialAccount#destroy` and `#update` signatures are now `(entity_id, id, params)` instead of `(id, entity_id, params)`.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
myfinance-1.3.1 | CHANGELOG.md |