This repository has been archived by the owner on Oct 31, 2021. It is now read-only.
2021.05.15
Pre-release
Pre-release
Today's Release: 2021.05.15
This release is autogenerated.
Previous Release: 2021.05.14
Number Of Commits Since Last Release: 6
- dba1db3 Elliot Courant - Working on billing stuff.
- 6ef4957 Elliot Courant - Improving trace issues in jobs. Adding more information.
- cfb7123 Elliot Courant - Fixing timezones for transaction dates properly.
Even when doing ParseInLocation it was still not adding the users timezone offset. This new method should properly add the users timezone offset.
- 1b38b9d Elliot Courant - Optimizations to contribution calculations.
Between
is now used to determine the number of contributions for a given spending object. It is far more efficient than the loop I had previously. This solves issue #108 - 7ee73aa Elliot Courant - Oversimplifying billing. Subscriptions will be simple.
Starting out with only monthly billing. PriceIds will be hard coded into the application (kind of, its via a config). Subscriptions will get a single price Id and a list of features. Going to try to make this simple to start out with. I can make it better later once I know more about what on earth
- ec96c73 Elliot Courant - I hate writing billing code so much.