thekid / dialog

Dialog photoblog
2 stars 1 forks source link

Migrate to JS classes #40

Closed thekid closed 1 year ago

thekid commented 1 year ago

Migrate procedural JavaScript to ES6 classes. Quoting https://caniuse.com/?search=class:

ES6 classes are syntactical sugar to provide a much simpler and clearer syntax to create objects and deal with inheritance

thekid commented 1 year ago

First version rolled out to https://dialog.sloppy.zone/ and successfully tested. We can continue to go down this path 🌞

thekid commented 1 year ago

Released in https://github.com/thekid/dialog/releases/tag/v1.9.0