While implementing #69 it was decided to deprecate QRious.DEFAULTS as it was no longer as useful as it once was and was more costly to generate since it was static before. I would like to remove it in the next major release to avoid having to maintain it.
It's almost certain that it's only ever being used internally, but it's technically a breaking change to the API so I'd like to treat it as such.
While implementing #69 it was decided to deprecate
QRious.DEFAULTS
as it was no longer as useful as it once was and was more costly to generate since it was static before. I would like to remove it in the next major release to avoid having to maintain it.It's almost certain that it's only ever being used internally, but it's technically a breaking change to the API so I'd like to treat it as such.