All Versions
192
Latest Version
Avg Release Cycle
58 days
Latest Release
205 days ago
Changelog History
Page 9
Changelog History
Page 9
-
v7.1.1 Changes
๐ Fixed
- ๐
AssociationProxy
changed so thatpluck
can be used in rails/acivesupport 5 (thanks ProGM / see #1243)
- ๐
-
v7.1.0 Changes
๐ Changed
- ๐ Gemspec dependency requirements were modified where ActiveModel, ActiveSupport, and Railties are concerned. The gem now requires >= 4.0, < 5.1.
- ๐
ActiveModel::Serializers::Xml
is only included if supported if available.
-
v7.0.16 Changes
๐ Fixed
- ๐
where
clause with question mark parameter and array values only using the first element (see #1247 #1290)
- ๐
-
v7.0.15 Changes
๐ Changed
- ๐ฅ Default value for
enum
isnil
instead of the first value. This is a BREAKING change but is being released as a patch because the original behavior was considered a bug. See this pull request (thanks to ProGM and andyweiss1982)
- ๐ฅ Default value for
-
v7.0.14 Changes
October 07, 2016๐ Fixed
- ๐ Bug in setting
NEO4J_TYPE
(thanks bloomdido / see #1235)
- ๐ Bug in setting
-
v7.0.12 Changes
๐ Fixed
- ๐ Bug where models weren't being loaded correctly by label (thanks bloomdido / see #1220)
-
v7.0.11 Changes
September 06, 2016๐ Fixed
- ๐ Fix dipendence from JSON when using outside of rails (thanks ProGM)
-
v7.0.10 Changes
July 06, 2016๐ Fixed
- ๐ Calling
.create
on associations shouldn't involve extra queries (thanks for the report from rahulmeena13 / see #1216)
- ๐ Calling
-
v7.0.9 Changes
๐ Fixed
- ๐ Fix to parens in Cypher query for
with_associations
for Neo4j 3.0 (thanks ProGM / see #1211)
- ๐ Fix to parens in Cypher query for
-
v7.0.8 Changes
๐ Fixed
- Fix to
find_in_batches
(thanks to ProGM / see #1208)
- Fix to