Closed maccman closed 9 years ago
What is that method going to do? I will probably rethink how these resources get created (yet again) if there's going to be more complicated stuff going on.
Flagging essentially tells us the data may be wrong. I imagine we'll start adding more instance methods onto the returned objects (like subscribe/unsubscribe).
If you don't mind, I'm going to merge this first and then we can look at refactoring it.
Figured. Fine by me. Version is incorrect though. Should be a minor bump not a patch.
Ah, so 1.1.0
? Can it not be a minor bump since we're not changing the existing API (just adding to it)?
Yup! Semver says:
Major: Breaking change Minor: Nonbreaking addition Patch: Bugfixes
Makes sense!
@bendrucker what do you think about the API for adding instance vars?