All notable changes to e-conomic
will be documented in this file.
- Support illuminate/support 11 by @SimonJnsson in #35
Full Changelog: https://github.com/Morning-Train/economic/compare/v1.0.0...v0.8.0
- ⬆️ Upgrade illuminate/support from ^10.33 to ^11.6 by @SimonJnsson in #34
Full Changelog: https://github.com/Morning-Train/economic/compare/v0.7.3...v1.0.0
- Allow parsing productNumber as string when creating ProductLine with ::new function by @SimonJnsson in #33
Full Changelog: https://github.com/Morning-Train/economic/compare/v0.7.2...v0.7.3
- Hotfix/product by @larasmorningtrain in #23
- Feature/pdf response by @larasmorningtrain in #22
- Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #26
- ♻️ Set typehint for body to array or string by @larasmorningtrain in #24
- @larasmorningtrain made their first contribution in #23
Full Changelog: https://github.com/Morning-Train/economic/compare/v0.7.1...v0.7.2
- 🐛 Allow mixed value as operatororvalue by @mschadegg in #21
Full Changelog: https://github.com/Morning-Train/economic/compare/v0.7.0...v0.7.1
- ♻️ Filters by @mschadegg in #20
Full Changelog: https://github.com/Morning-Train/economic/compare/v0.6.0...v0.7.0
- Use DTO for invoice pdf property @SimonJnsson in #19
Full Changelog: https://github.com/Morning-Train/economic/compare/v0.5.4...v0.6.0
- 🐛 Us Throwable instead of Exception when trying to set selv by @mschadegg in #18
Full Changelog: https://github.com/Morning-Train/economic/compare/v0.5.3...v0.5.4
- 🐛 Add project in create request by @mschadegg in #17
Full Changelog: https://github.com/Morning-Train/economic/compare/v0.5.2...v0.5.3
- Project in invoice by @mschadegg in #16
Full Changelog: https://github.com/Morning-Train/economic/compare/v0.5.1...v0.5.2
- ✨ Add Unit and DepartementalDistribution to ProductLine by @mschadegg in #15
Full Changelog: https://github.com/Morning-Train/economic/compare/v0.5.0...v0.5.1
- Changed how the Resources is formatted for the API requests.
Note Breaking Changes: Changed "currency" in the Product resource from string to Currency resource.
- Added Customer Contact Resource Endpoints
- Allow int as VatZone in Recipient
- Removed unnessesary code
Updated the Invoice endpoint
OBS: Breaking changes in invoice creation from v0.3.x:
- Moved some DTOs releated to Invoice Creation in to a subfolder
- Moved ProductLine in to DTO subfolder
- Replaced non static create method with a save method and created a static create method
- Use full URL for self links in resources by @SimonJnsson in #10
Full Changelog: https://github.com/Morning-Train/economic/compare/v0.3.0...v0.3.1
- Product resource by @mschadegg in #8
Full Changelog: https://github.com/Morning-Train/economic/compare/v0.2.5...v0.3.0
- Feature/notes by @SimonJnsson in #7
Full Changelog: https://github.com/Morning-Train/economic/compare/v0.2.4...v0.2.5
- @mschadegg made their first contribution in #5
Full Changelog: https://github.com/Morning-Train/economic/compare/v0.2.3...v0.2.4
- Feature/nem handel type by @SimonJnsson in #4
Full Changelog: https://github.com/Morning-Train/economic/compare/v0.2.2...v0.2.3
- ✨ Handle updating customer resource by @SimonJnsson in #3
Full Changelog: https://github.com/Morning-Train/economic/compare/v0.2.1...v0.2.2
- Renamed namespace from
MorningTrain\Economic
toMorningtrain\Economic
Initial release with basic functionality