Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-06 | data: various simpleString -> contentString | (quasar) nebula | |
2023-11-09 | Merge branch 'preview' into listing-tweaks | (quasar) nebula | |
2023-11-04 | data: wikiData: port to templateCompositeFrom syntax | (quasar) nebula | |
2023-10-29 | Merge branch 'preview' into listing-tweaks | (quasar) nebula | |
2023-10-22 | data: fix bad dependency for Artist.albumsAsCommentator | (quasar) nebula | |
2023-10-01 | data, test: refactor utilities into own file | (quasar) nebula | |
Primarily for more precies test coverage mapping, but also to make navigation a bit easier and consolidate complex functions with lots of imports out of the same space as other, more simple or otherwise specialized files. | |||
2023-09-20 | data: fix many validation errors | (quasar) nebula | |
2023-09-07 | data: roll paired "byRef" and "dynamic" properties into one | (quasar) nebula | |
2023-09-07 | data: import Thing.common utilities directly | (quasar) nebula | |
Also rename 'color' (from #cli) to 'colors'. | |||
2023-09-07 | data, infra: import validators directly | (quasar) nebula | |
2023-09-05 | data: misc. style consistency tweaks | (quasar) nebula | |
2023-09-05 | data: filter only requested deps, require requesting 'this' | (quasar) nebula | |
* Thing.composite.from() only provides the dependencies specified in each step and the base, and prevents '#'-prefixed keys from being specified on the main (composite) dependency list. * CacheableObject no longer provides a "reflection" dependency to every compute/transform function, and now requires the property 'this' to be specified instead of the constructor.instance symbol. (The static CacheableObject.instance, inherited by all subclasses, was also removed.) * Also minor improvements to sugar.js data processing utility functions. | |||
2023-09-05 | content, data: be even more guarded about contrib arrays | (quasar) nebula | |
2023-09-05 | content, data: be more guarded about track contribs arrays | (quasar) nebula | |
2023-08-20 | content: listArtistsByName: divide by main groups | (quasar) nebula | |
2023-08-19 | clean up imports & miscellaneous metastructures across codebase | (quasar) nebula | |
2023-04-12 | content: stub track page, misc. other changes | (quasar) nebula | |
* generateContributionLinks replaced with linkContribution, tests still need updating * album pages respect albums without cover art * track pages without unique art inherit art tags from album (fixes #13) not heavily tested, this commit probably breaks some pages which were loading correctly before | |||
2022-11-28 | divide things.js into modular files (hilariously) | (quasar) nebula | |