qbwc / qbxml

QBXML Parser and Validation Tool
MIT License
27 stars 41 forks source link

Intention to release? #22

Closed thomascarli closed 7 years ago

thomascarli commented 8 years ago

Hey all, I was wondering if there were any plans for a release of the handful of issues that have been fixed since the last release.

JasonBarnabe commented 8 years ago

The only reason I'm waiting is to hear if anyone is having any problems with the changes, specifically #17. If you're working off master and it works for you, it would be helpful to for me to know.

nicholejeannine commented 7 years ago

I'm using the master branch currently in a real-world project, and can confirm that this change works for top-level elements (e.g., 'customer_ret'). However, , #17 is still an issue for nested elements (e.g., estimate_line_ret within estimate_ret is an Array unless there is only a single line item, in which case it is a Qbxml::Hash). I'm still new at writing specs, so it's just my word for now .... I'll try to update this post in the future once I figure out how to relay my observations via some kind of testing framework :)

JasonBarnabe commented 7 years ago

0.4.0 has been released.