NyaaCat / NyaaCore

Code infrastructure for all NyaaCat plugins
MIT License
22 stars 12 forks source link

Freeze methods for every version #21

Closed phoenixlzx closed 6 years ago

phoenixlzx commented 6 years ago

Rel: #15

Do not break API in minor and patch versions like mojang.

If you are going to break any API in this library, bump the main version and recheck all plugins depending on it.

Librazy commented 6 years ago

Actually NC4.1 didn't seems to break any API, it have all the method from NC4.0. But some API's requirements and semantic changed: don't allow null column and don't allow UUID column. So bugs happened on exactly same API that works before.