kgiszczak / shale

Shale is a Ruby object mapper and serializer for JSON, YAML, TOML, CSV and XML. It allows you to parse JSON, YAML, TOML, CSV and XML data and convert it into Ruby data structures, as well as serialize data structures into JSON, YAML, TOML, CSV or XML.
https://shalerb.org/
MIT License
618 stars 19 forks source link

Cutting new release? #22

Closed bcgraham closed 11 months ago

bcgraham commented 12 months ago

Big fan of this gem. The new render_nil stuff would be extremely useful for my team. Any chance you could cut a new release?

kgiszczak commented 12 months ago

Yeah, I've been getting to it for some time, I'll make a release on weekend.

kgiszczak commented 11 months ago

I just released v1.0.0, closing this ticket, let me know if you have anything more.

bcgraham commented 11 months ago

Thanks very much for getting this out - much appreciated!