Supporting nohm.model() and nohm.register() is currently producing a lot of duplicated code. nohm.register() is the way forward (class based approach) and thus .model() will be removed.
Since removing it will be a breaking change this requires a major version bump!
Supporting
nohm.model()andnohm.register()is currently producing a lot of duplicated code.nohm.register()is the way forward (classbased approach) and thus.model()will be removed.Since removing it will be a breaking change this requires a major version bump!