theironcook / Backbone.ModelBinder

Simple, flexible and powerful Model-View binding for Backbone.
1.42k stars 159 forks source link

New Release? #235

Open ssbyoung opened 4 years ago

ssbyoung commented 4 years ago

Looks like there's been quite some time between the latest commit (10/16/2018) and the latest release (6/1/2015). Any chance we can get all of those commits released to an npm version?

Thanks.

boussou commented 4 years ago

true. You can also try Epoxy, a bit heavier but very useful.

ssbyoung commented 4 years ago

@boussou respectfully, I'm not interested in upgrading my legacy application to use another library.

For those finding this later. I ended up pointing my npm to the latest commit in this repo: in package.json

"backbone.modelbinder": "git://github.com/theironcook/Backbone.ModelBinder.git#fe4015ec7b6f3472fdddb6679f7b6d83ef56b2b6",
theironcook commented 4 years ago

I'm sorry @ssbyoung - I've been pretty negligent on this project due to time constraints. Is there any chance you could help me generate a new release and have it published to npm? I could give you rights to the project if necessary.

ssbyoung commented 4 years ago

@theironcook Sure. Give me the permissions and I'll cut a new version.

ssbyoung commented 4 years ago

@theironcook can you take a look at https://github.com/theironcook/Backbone.ModelBinder/pull/236 to see if I missed anything before going forward? Right now I'm thinking about having this be a patch release.

ssbyoung commented 4 years ago

@theironcook looks like I was able to publish the package on github but not on npm. My npm account does not have the permission to publish.

Judging by https://docs.npmjs.com/cli/owner , it seems like you would need to do something like

npm owner add ssbyoung backbone.modelbinder

thanks!

ssbyoung commented 4 years ago

@theironcook any chance to get npm permissions? Alternatively you can do npm publish if you're on the latest.