2 Commits

Author SHA1 Message Date
Juergen Kunz
88b99f6113 fix(release): bump version to 1.0.1
Some checks failed
CI Pipeline (nottags) / security (push) Successful in 17s
CI Pipeline (tags) / security (push) Successful in 17s
CI Pipeline (nottags) / test (push) Failing after 51s
CI Pipeline (tags) / test (push) Failing after 49s
CI Pipeline (tags) / release (push) Has been skipped
CI Pipeline (tags) / metadata (push) Has been skipped
2025-07-29 09:26:44 +00:00
Juergen Kunz
b1911e59ed fix(docs): update readme and license for public release 2025-07-29 09:26:22 +00:00
3 changed files with 18 additions and 25 deletions

View File

@@ -1,7 +1,6 @@
MIT License
Copyright (c) 2025 fin.cx
Copyright (c) 2025 Task Venture Capital GmbH
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
@@ -18,4 +17,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.

View File

@@ -1,6 +1,6 @@
{
"name": "@fin.cx/calculation",
"version": "1.0.0",
"version": "1.0.1",
"private": false,
"description": "A unified, cross-platform financial calculation package with decimal precision for accurate financial computations",
"main": "dist_ts/index.js",

View File

@@ -375,32 +375,26 @@ npm test
npm run test:coverage
```
## 🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## 📄 License
This project is licensed under the MIT License - see the [LICENSE](license.md) file for details.
## 🙏 Acknowledgments
- Built on top of [decimal.js](https://github.com/MikeMcl/decimal.js/) for decimal arithmetic
- Inspired by financial calculation needs in modern web applications
- Thanks to all contributors who have helped shape this library
## 📞 Support
## License and Legal Information
- 📧 Email: support@fin.cx
- 🐛 Issues: [GitHub Issues](https://github.com/fin-cx/calculation/issues)
- 💬 Discussions: [GitHub Discussions](https://github.com/fin-cx/calculation/discussions)
This repository contains open-source code that is licensed under the MIT License. A copy of the MIT License can be found in the [license](license) file within this repository.
---
**Please note:** The MIT License does not grant permission to use the trade names, trademarks, service marks, or product names of the project, except as required for reasonable and customary use in describing the origin of the work and reproducing the content of the NOTICE file.
Made with ❤️ by the fin.cx team
### Trademarks
This project is owned and maintained by Task Venture Capital GmbH. The names and logos associated with Task Venture Capital GmbH and any related products or services are trademarks of Task Venture Capital GmbH and are not included within the scope of the MIT license granted herein. Use of these trademarks must comply with Task Venture Capital GmbH's Trademark Guidelines, and any usage must be approved in writing by Task Venture Capital GmbH.
### Company Information
Task Venture Capital GmbH
Registered at District court Bremen HRB 35230 HB, Germany
For any legal inquiries or if you require further information, please contact us via email at hello@task.vc.
By using this repository, you acknowledge that you have read this section, agree to comply with its terms, and understand that the licensing of the code does not imply endorsement by Task Venture Capital GmbH of any derivative works.