lucidsoftware / xtract

A library to make it easy to deserialize XML to user types in scala
Apache License 2.0
60 stars 20 forks source link

Default XmlReader[Long] #20

Closed jazott3 closed 5 years ago

jazott3 commented 5 years ago

Hello! I work on several projects that use xtract, and noticed it does not ship with a default XmlReader[Long]. I have been thinking about adding one for a few months, and I am wondering if that would be a welcome feature/contribution or not.

Thanks Joe

tmccombs commented 5 years ago

Yes! If you make a pull request for that I would be happy to merge it.

jazott3 commented 5 years ago

Great! PR is up.

Ssstlis commented 5 years ago

Should we publish updated version? Because i need to package it manually.

tmccombs commented 5 years ago

@Ssstlis yes. I have just published version 2.1.0 which should include this change.