adaptive_alias 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ea9cff7fa278b8d8a4fcb07a8acb7cca4e9fc11edea3540314c82f8e8f7bd4c4
4
- data.tar.gz: 24e34e5bc93827011bc36414cee5513b7ebda21e980b61e282c053436b8b917f
3
+ metadata.gz: 6ac3bfeadde0c8fed89cc4c1803939cfcb5ebbd8f33bb9ecff1401fa0f33393c
4
+ data.tar.gz: e716802e6b36217f0bb94f056183887812f7c488a310d6b7b38e206a2d29e471
5
5
  SHA512:
6
- metadata.gz: 64fc033de6ab1add5e4bcba89e80bdc4d9c0720856593389ee4802db36890b4a685e153a3629766c5bda34c008ef744283d7b0e8951d82c1240c6863a2fd4edd
7
- data.tar.gz: d01042b8f6871039a1d448794c596ebc86fd1a7df867aa7bb570d61d6be04ed547b82c478b731d9febd6c006d7075cf276b306f023c6ac760f0cf3e50e8d388c
6
+ metadata.gz: 14726e4300d86f5f5093c6682d8f8be1f864f7fd29cd4f0978567025fb442f04c4276d3f1e61e8ca90f89429dd6c998fec194e92586f362f56da1c1241d166d2
7
+ data.tar.gz: c0b89da78c766cbaf1208b17f2858d35c1b04b972cf13822fd88b6fa9b3b72ad8b28f628cf4fbcfab28290e0fa95df02c03d71510e5acbf6ba77f89c77557208
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  ## Change Log
2
2
 
3
+ ### [v1.2.0](https://github.com/khiav223577/adaptive_alias/compare/v1.1.2...v1.2.0) 2022/10/12
4
+ - [#28](https://github.com/khiav223577/adaptive_alias/pull/28) [Fix] Deal with OR-query (@khiav223577)
5
+ - [#27](https://github.com/khiav223577/adaptive_alias/pull/27) [Enhance] make sure `mark_removable` will be called when manually remove patch (@khiav223577)
6
+ - [#26](https://github.com/khiav223577/adaptive_alias/pull/26) [Fix] Deal with old attribute sets come from cache (identity_cache) (@khiav223577)
7
+
3
8
  ### [v1.1.2](https://github.com/khiav223577/adaptive_alias/compare/v1.1.1...v1.1.2) 2022/10/11
4
9
  - [#25](https://github.com/khiav223577/adaptive_alias/pull/25) [Fix] Deal with count, sum, and group (@khiav223577)
5
10
 
@@ -5,6 +5,14 @@ module AdaptiveAlias
5
5
  AdaptiveAlias.rescue_statement_invalid(relation: self){ super }
6
6
  end
7
7
 
8
+ def update_all(*)
9
+ AdaptiveAlias.rescue_statement_invalid(relation: self){ super }
10
+ end
11
+
12
+ def exists?(*)
13
+ AdaptiveAlias.rescue_statement_invalid(relation: self){ super }
14
+ end
15
+
8
16
  def select_all(*)
9
17
  AdaptiveAlias.rescue_statement_invalid(relation: self){ super }
10
18
  end
@@ -1,3 +1,3 @@
1
1
  module AdaptiveAlias
2
- VERSION = '1.2.0'
2
+ VERSION = '1.2.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adaptive_alias
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - khiav reoy
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-10-12 00:00:00.000000000 Z
11
+ date: 2022-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler