Remove `register*` Methods
Changed
- Remove old
register*methods b506c8b- Everything can be done using a singular
registerStylegoing forward, simplifies the API interface and removes even more bytes in production! - If you need to provide backward-compatible interfaces (e.g. you're a library wrapping
free-style), the commit above shows how it backward compatibility was maintained in3.x- you'll just need to implement it yourself now - The entire bundle of
free-styleis down to 1.7kB https://bundlephobia.com/result?p=free-style@4.0.0
- Everything can be done using a singular