dockyard/pg_array_parser

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
# 0.0.7
 * Trying to not break the C extension now

# 0.0.6
 * Excludes C extension files in JRuby

# 0.0.5
 * Prevents attempt to build C extension in JRuby

# 0.0.4
 * Fixes bad release

# 0.0.3
 * Refactored Java to ensure thread safety - [mauricio](https://github.com/mauricio) -
   Merged at [a30aba](https://github.com/dockyard/pg_array_parser/commit/a30aba4885812290f83c693e6b68c697b0dac675)

# 0.0.2
 * Refactored C extension - [jeremyevans](https://github.com/jeremyevens) - Merged at [ad4987](https://github.com/dockyard/pg_array_parser/commit/ad4987dba411decca4aebd0750c990212dc81039)  
 * Adds JRuby support - thanks to [tychobrailleur](https://github.com/tychobrailleur) for help with the java class

# 0.0.1
 * Initial release