File rubygem-acts-as-taggable-on.changes of Package rubygem-acts-as-taggable-on

-------------------------------------------------------------------
Mon Nov  4 16:02:05 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>

- New upstream release 11.0.0, see bundled CHANGELOG.md

-------------------------------------------------------------------
Tue Nov 14 14:46:05 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>

- New upstream release 10.0.0, see bundled CHANGELOG.md

-------------------------------------------------------------------
Tue Jan 25 06:27:28 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 9.0.1
 see installed CHANGELOG.md

  ### [v9.0.1) / 2022-01-07](https://github.com/mbleigh/acts-as-taggable-on/compare/v8.1.0...v9.0.0)
  * Fixes
    * Fix migration that generate default index
  
  ### [v9.0.0) / 2022-01-04](https://github.com/mbleigh/acts-as-taggable-on/compare/v8.1.0...v9.0.0)
  * Fixes
    * Support activerecord-7.0.0
    * Support postgis adapter
    * Fix migration syntax
  * Features
    * [@moliver-hemasystems Add support for a list of taggable IDs in tagging conditions](https://github.com/mbleigh/acts-as-taggable-on/pull/1053)
  * Misc
    * Add docker-compose.yml for local development
  

-------------------------------------------------------------------
Thu Jun 24 16:52:28 UTC 2021 - Stephan Kulow <coolo@suse.com>

updated to version 8.1.0
 see installed CHANGELOG.md

  ### [v8.1.0) / 2021-06-19](https://github.com/mbleigh/acts-as-taggable-on/compare/v8.0.0...v8.1.0)
  * Fixes
   * [@ngouy Fix rollbackable tenant migrations](https://github.com/mbleigh/acts-as-taggable-on/pull/1038)
   * [@ngouy Fix gem conflict with already existing tenant model](https://github.com/mbleigh/acts-as-taggable-on/pull/1037)
  
  ### [v8.0.0) / 2021-06-07](https://github.com/mbleigh/acts-as-taggable-on/compare/v7.0.0...v8.0.0)
  * Features
    * [@lunaru Support tenants for taggings](https://github.com/mbleigh/acts-as-taggable-on/pull/1000)
  * Fixes
    * [@gr-eg Use none? instead of count.zero?](https://github.com/mbleigh/acts-as-taggable-on/pull/1030)
    

-------------------------------------------------------------------
Wed Jan 20 12:01:23 UTC 2021 - Stephan Kulow <coolo@suse.com>

updated to version 7.0.0
 see installed CHANGELOG.md


-------------------------------------------------------------------
Mon Feb 10 13:52:52 UTC 2020 - Stephan Kulow <coolo@suse.com>

- updated to version 6.5.0
 see installed CHANGELOG.md

-------------------------------------------------------------------
Tue Jun 19 00:00:58 UTC 2018 - factory-auto@kulow.org

- updated to version 6.0.0
 see installed CHANGELOG.md

  ### [6.0.0 / 2017-06-19](https://github.com/mbleigh/acts-as-taggable-on/compare/v5.0.0...v6.0.0)
    * Breaking Changes
     * [@Fodoj Drop support for Rails 4.2](https://github.com/mbleigh/acts-as-taggable-on/pull/887)
    * Added
     * [@CalvertYang Add support for uuid primary keys](https://github.com/mbleigh/acts-as-taggable-on/pull/898)
     * [@Fodoj Support Rails 5.2](https://github.com/mbleigh/acts-as-taggable-on/pull/887)
    * Fixes
     * [@tekniklr matches_attribute was not being used in tag_match_type](https://github.com/mbleigh/acts-as-taggable-on/pull/869)

-------------------------------------------------------------------
Thu Aug  3 19:02:20 UTC 2017 - coolo@suse.com

- updated to version 5.0.0
 see installed CHANGELOG.md

  ### [5.0.0 / 2017-05-18](https://github.com/mbleigh/acts-as-taggable-on/compare/v4.0.0...v5.0.0)
    * Breaking Changes
      * [@seuros  Drop support for old version of ActiveRecord and Ruby and prepare rel](https://github.com/mbleigh/acts-as-taggable-on/pull/828)
    * Added
      * [@rbritom Tagged with rewrite](https://github.com/mbleigh/acts-as-taggable-on/pull/829)
      * [@fearenales Due to database collisions, retry finding or creating a tag](https://github.com/mbleigh/acts-as-taggable-on/pull/809)
      * [@brilyuhns Add owner_tags method to taggable](https://github.com/mbleigh/acts-as-taggable-on/pull/771)
      * [@brilyuhns upport array of contexts in owner_tags_on method](https://github.com/mbleigh/acts-as-taggable-on/pull/771)
      * [@brilyuhns Add specs for owner_tags_on and owner_tags methods](https://github.com/mbleigh/acts-as-taggable-on/pull/771)
    * Fixes
      * [@rbritom bump ruby versions for travis](https://github.com/mbleigh/acts-as-taggable-on/pull/825)
      * [@mnrk Fixed Rails 5.1 deprecation message, has_many needs String value for](https://github.com/mbleigh/acts-as-taggable-on/pull/813)
      * [@ProGM ProGM Adding a test to demonstrate the bug](https://github.com/mbleigh/acts-as-taggable-on/pull/806)
      * [@ProGM ProGM Ensure that `caching_tag_list_on?` is injected before using it](https://github.com/mbleigh/acts-as-taggable-on/pull/806)
      * [@ProGM ProGM Fix insert query for postgresql. Move schema definition in schema.rb](https://github.com/mbleigh/acts-as-taggable-on/pull/806)
      * [@amatsuda assigned but unused variable - any](https://github.com/mbleigh/acts-as-taggable-on/pull/787)
      * [@gmcnaughton Fix incorrect call of 'self.class' on methods which are already class](https://github.com/mbleigh/acts-as-taggable-on/pull/782)
      * [@gmcnaughton Fixed #712 (incompatibility with ActiveRecord::Sanitization#quoted_id)](https://github.com/mbleigh/acts-as-taggable-on/pull/782)
      * [@arpitchauhan Guard against indexes already existing](https://github.com/mbleigh/acts-as-taggable-on/pull/779)
      * [@arpitchauhan Rename migration to avoid conflicts](https://github.com/mbleigh/acts-as-taggable-on/pull/774)
      * [@lukeasrodgers "Bugfix `TagList#concat` with non-duplicates."](https://github.com/mbleigh/acts-as-taggable-on/pull/729)
      * [@fabn Revert "Added missed indexes."](https://github.com/mbleigh/acts-as-taggable-on/pull/709)
     * Documentation
      * [Corey Osman Adds a table of contents to the readme and contributing files](https://github.com/mbleigh/acts-as-taggable-on/pull/803)
      * [@ashishg-qburst Fix typo in README](https://github.com/mbleigh/acts-as-taggable-on/pull/800)
      * [@praveenangyan Update README.md](https://github.com/mbleigh/acts-as-taggable-on/pull/798)
      * [@colemerrick update finding tagged objects in readme](https://github.com/mbleigh/acts-as-taggable-on/pull/794)
      * [jaredbeck  Help people upgrade to 4.0.0](https://github.com/mbleigh/acts-as-taggable-on/pull/784)
      * [@vasinov Update README.md](https://github.com/mbleigh/acts-as-taggable-on/pull/776)
  
  ### [4.0.0 / 2016-08-08](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.5.0...v4.0.0)
   * Breaking Changes
     * [@krzysiek1507  drop support for Ruby < 2 ](https://github.com/mbleigh/acts-as-taggable-on/pull/758)
     * [@krzysiek1507  drop support for Rails < 4 ](https://github.com/mbleigh/acts-as-taggable-on/pull/757)
   * Added
     * [@jessieay  Rails 5 ](https://github.com/mbleigh/acts-as-taggable-on/pull/763)
   * Fixes
    * [@rikettsie #623 collation parameter is ignored if it generates an exception] (https://github.com/mbleigh/acts-as-taggable-on/pull/650 )
    * [@bwvoss References working parser in deprectation warning] (https://github.com/mbleigh/acts-as-taggable-on/pull/659 )
    * [@jh125486 Updated tagging_contexts to include dynamic contexts ](https://github.com/mbleigh/acts-as-taggable-on/pull/660 )
    * [@jh125486 Fixed wildcard test (postgres returning rows with unexpected order)] (https://github.com/mbleigh/acts-as-taggable-on/pull/660 )
    * [@FlowerWrong Add rails 5.0.0 alpha support, not hack rails <5](https://github.com/mbleigh/acts-as-taggable-on/pull/673 )
    * [@ryanfox1985 Added missed indexes. ](https://github.com/mbleigh/acts-as-taggable-on/pull/682 )
     * [@ zapnap scope tags to specific tagging ](https://github.com/mbleigh/acts-as-taggable-on/pull/697 )
     * [@ amatsuda method redefined](https://github.com/mbleigh/acts-as-taggable-on/pull/715 )
     * [@ klacointe Rails 5: Tagger is optional in Tagging relation](https://github.com/mbleigh/acts-as-taggable-on/pull/720 )
     * [@ mark-jacobs Update clean! method to use case insensitive uniq! when strict_case_match false] (https://github.com/mbleigh/acts-as-taggable-on/commit/90c86994b70a399b8b1cbc0ae88835e14d6aadfc )
     * [@ lukeasrodgers BugFix flackey time test ] (https://github.com/mbleigh/acts-as-taggable-on/pull/727)
     * [@ pcupueran Add rspec tests for context scopes for tagging_spec ]( https://github.com/mbleigh/acts-as-taggable-on/pull/740)
     * [@ Emerson Huitt Remove existing selects from relation ]( https://github.com/mbleigh/acts-as-taggable-on/pull/743)
     * [@keerthisiv fix issue with custom delimiter]( https://github.com/mbleigh/acts-as-taggable-on/pull/748)
     * [@priyank-gupta  specify tag table name for mysql collation query ](https://github.com/mbleigh/acts-as-taggable-on/pull/760)
     * [@seuros Remove warning messages](https://github.com/mbleigh/acts-as-taggable-on/commit/cda08c764b07a18b8582b948d1c5b3910a3769  65)
     * [@rbritom  Fix migration, #references already adds index ]
    (https://github.com/mbleigh/acts-as-taggable-on/commit/95f743010954b6b738a6e8c17315112c878f7a81  )
     * [@rbritom  Fix deprecation warning]
    (https://github.com/mbleigh/acts-as-taggable-on/commit/62e4a6fa74ae3faed615683cd3ad5b5cdacf5c96 )
     * [@rbritom  fix scope array arguments ]
    (https://github.com/mbleigh/acts-as-taggable-on/commit/a415a8d6367b2e91bd7e363589135f953929b8cc )
     * [@seuros Remove more deprecations  ]
    (https://github.com/mbleigh/acts-as-taggable-on/commit/05794170f64f8bf250b34d2d594e368721009278)
       * [@lukeasrodgers   Bugfix `TagList#concat` with non-duplicates. ]
    (https://github.com/mbleigh/acts-as-taggable-on/commit/2c6214f0ddf8c6440ab81eec04d1fbf9d97c8826)
     * [@seuros  clean! should return self. ]
    (https://github.com/mbleigh/acts-as-taggable-on/commit/c739422f56f8ff37e3f321235e74997422a1c980)
    * [@rbritom  renable appraisals ]
    (https://github.com/mbleigh/acts-as-taggable-on/commit/0ca1f1c5b059699c683a28b522e86a3d5cd7639e)
    * [@rbritom  remove index conditionally on up method. ]
    (https://github.com/mbleigh/acts-as-taggable-on/commit/9cc580e7f88164634eb10c8826e5b30ea0e00544)
     *[@rbritom add index on down method . ]
    (https://github.com/mbleigh/acts-as-taggable-on/pull/767)
    q* [@rbritom remove index conditionally on up method]
    (https://github.com/mbleigh/acts-as-taggable-on/commit/9cc580e7f88164634eb10c8826e5b30ea0e00544)
  
   * Documentation
    * [@logicminds Adds table of contents using doctoc utility](https://github.com/mbleigh/acts-as-taggable-on/pull/803)
    * [@jamesprior  Changing ActsAsTaggable to ActsAsTaggableOn ](https://github.com/mbleigh/acts-as-taggable-on/pull/637)
    * [@markgandolfo Update README.md](https://github.com/mbleigh/acts-as-taggable-on/pull/645))
    * [@snowblink Update release date for 3.5.0](https://github.com/mbleigh/acts-as-taggable-on/pull/647)
    * [@AlexVPopov Update README.md ](https://github.com/mbleigh/acts-as-taggable-on/pull/671)
    * [@schnmudgal README.md, Improve documentation for Tag Ownership](https://github.com/mbleigh/acts-as-taggable-on/pull/706)

-------------------------------------------------------------------
Tue Aug  2 04:28:28 UTC 2016 - coolo@suse.com

- updated to version 4.0.0
 see installed CHANGELOG.md

-------------------------------------------------------------------
Wed Mar  4 05:28:35 UTC 2015 - coolo@suse.com

- updated to version 3.5.0
  * [@rikettsie Fixed collation for MySql via rake rule or config parameter](https://github.com/mbleigh/acts-as-taggable-on/pull/634)

-------------------------------------------------------------------
Thu Feb 12 07:28:29 UTC 2015 - coolo@suse.com

- updated to version 3.4.4

-------------------------------------------------------------------
Tue Feb 10 17:19:48 UTC 2015 - coolo@suse.com

- updated to version 3.4.3

-------------------------------------------------------------------
Mon Oct 13 05:39:05 UTC 2014 - coolo@suse.com

- adapt to new rubygem packaging

-------------------------------------------------------------------
Mon Jul 14 06:51:57 UTC 2014 - coolo@suse.com

- updated to version 3.3.0
 * Breaking Changes
   Taggable models are not extend with ActsAsTaggableOn::Utils anymore

-------------------------------------------------------------------
Sun May 18 09:04:38 UTC 2014 - coolo@suse.com

- updated to version 3.2.3
   * Breaking Changes
     * Taggable models are not extend with ActsAsTaggableOn::Utils anymore
   * Features
   * Fixes
   * Performance
   * Misc
     * Deleted outdated benchmark script
 
 
 ### [3.2.0 / 2014-05-1](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.1.1...v3.2.0)
 
  * Breaking Changes
    * ActsAsTaggableOn::Tag is not extend with ActsAsTaggableOn::Utils anymore
  * Features
    * [@chess #413 Hook to support STI subclasses of Tag in save_tags](https://github.com/mbleigh/acts-as-taggable-on/pull/413)
  * Fixes
    * [@jdelStrother #515 Rename Compatibility methods to reduce chance of conflicts ](https://github.com/mbleigh/acts-as-taggable-on/pull/515)
    * [@seuros #512 fix for << method](https://github.com/mbleigh/acts-as-taggable-on/pull/512)
    * [@sonots #510 fix IN subquery error for mysql](https://github.com/mbleigh/acts-as-taggable-on/pull/510)
    * [@jonseaberg #499 fix for race condition when multiple processes try to add the same tag](https://github.com/mbleigh/acts-as-taggable-on/pull/499)
    * [@leklund #496 Fix for distinct and postgresql json columns errors](https://github.com/mbleigh/acts-as-taggable-on/pull/496)
    * [@thatbettina & @plexus #394 Multiple quoted tags](https://github.com/mbleigh/acts-as-taggable-on/pull/496)
  * Performance
  * Misc
    * [@seuros #511 Rspec 3](https://github.com/mbleigh/acts-as-taggable-on/pull/511)
 
 ### [3.1.0 / 2014-03-31](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.0.1...v3.1.0)
 
 * Fixes
   * [@mikehale #487 Match_all respects context](https://github.com/mbleigh/acts-as-taggable-on/pull/487)
 * Performance
   * [@dgilperez #390 Add taggings counter cache](https://github.com/mbleigh/acts-as-taggable-on/pull/390)
 * Misc
  * [@jonseaberg Add missing indexes to schema used in specs #474](https://github.com/mbleigh/acts-as-taggable-on/pull/474)

-------------------------------------------------------------------
Sat Mar 15 18:45:59 UTC 2014 - coolo@suse.com

- updated to version 3.0.2
 [@mikehale #486 Match_all respects context. Backport of #487]

-------------------------------------------------------------------
Thu Feb  6 18:00:04 UTC 2014 - coolo@suse.com

- updated to version 3.0.1
   * [@rafael #406 Dirty attributes not correctly derived](https://github.com/mbleigh/acts-as-taggable-on/pull/406)
   * [@bzbnhang #440 Did not respect strict_case_match](https://github.com/mbleigh/acts-as-taggable-on/pull/440)
   * [@znz #456 Fix breaking encoding of tag](https://github.com/mbleigh/acts-as-taggable-on/pull/456)
 * Misc
   * [@billychan #386 Add parse:true instructions to README](https://github.com/mbleigh/acts-as-taggable-on/pull/386)
   * [@seuros #449 Improve README/UPGRADING/post install docs](https://github.com/mbleigh/acts-as-taggable-on/pull/449)
   * [@seuros #452 Remove I18n deprecation warning in specs](https://github.com/mbleigh/acts-as-taggable-on/pull/452)
   * [@seuros #453 Test against Ruby 2.1 on Travis CI](https://github.com/mbleigh/acts-as-taggable-on/pull/453)
   * [@takashi #454 Clarify example in docs](https://github.com/mbleigh/acts-as-taggable-on/pull/454)
 
 ### [3.0.1 / 2014-01-08](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.0.0...v3.0.1)
 
 * Fixes
   * [@rafael #406 Dirty attributes not correctly derived](https://github.com/mbleigh/acts-as-taggable-on/pull/406)
   * [@bzbnhang #440 Did not respect strict_case_match](https://github.com/mbleigh/acts-as-taggable-on/pull/440)
   * [@znz #456 Fix breaking encoding of tag](https://github.com/mbleigh/acts-as-taggable-on/pull/456)
 * Misc
   * [@billychan #386 Add parse:true instructions to README](https://github.com/mbleigh/acts-as-taggable-on/pull/386)
   * [@seuros #449 Improve README/UPGRADING/post install docs](https://github.com/mbleigh/acts-as-taggable-on/pull/449)
   * [@seuros #452 Remove I18n deprecation warning in specs](https://github.com/mbleigh/acts-as-taggable-on/pull/452)
   * [@seuros #453 Test against Ruby 2.1 on Travis CI](https://github.com/mbleigh/acts-as-taggable-on/pull/453)
   * [@takashi #454 Clarify example in docs](https://github.com/mbleigh/acts-as-taggable-on/pull/454)

-------------------------------------------------------------------
Sun Jan  5 14:39:48 UTC 2014 - coolo@suse.com

- updated to version 3.0.0
 * Breaking Changes
   * No longer supports Ruby 1.8.
 * Features
   * Supports Rails 4.1.
 * Misc (TODO: expand)
   * [zquest #359](https://github.com/mbleigh/acts-as-taggable-on/pull/359)
   * [rsl #367](https://github.com/mbleigh/acts-as-taggable-on/pull/367)
   * [ktdreyer #383](https://github.com/mbleigh/acts-as-taggable-on/pull/383)
   * [cwoodcox #346](https://github.com/mbleigh/acts-as-taggable-on/pull/346)
   * [mrb #421](https://github.com/mbleigh/acts-as-taggable-on/pull/421)
   * [bf4 #430](https://github.com/mbleigh/acts-as-taggable-on/pull/430)
   * [sanemat #368](https://github.com/mbleigh/acts-as-taggable-on/pull/368)
   * [bf4 #343](https://github.com/mbleigh/acts-as-taggable-on/pull/343)
   * [marclennox #429](https://github.com/mbleigh/acts-as-taggable-on/pull/429)
   * [shekibobo #403](https://github.com/mbleigh/acts-as-taggable-on/pull/403)
   * [ches ktdreyer #410](https://github.com/mbleigh/acts-as-taggable-on/pull/410)
   * [makaroni4 #371](https://github.com/mbleigh/acts-as-taggable-on/pull/371)
   * [kenzai dstosik awt #431](https://github.com/mbleigh/acts-as-taggable-on/pull/431)
   * [bf4 joelcogen shekibobo aaronchi #438](https://github.com/mbleigh/acts-as-taggable-on/pull/438)
   * [seuros #442](https://github.com/mbleigh/acts-as-taggable-on/pull/442)
   * [bf4 #445](https://github.com/mbleigh/acts-as-taggable-on/pull/445)
   * [eaglemt #446](https://github.com/mbleigh/acts-as-taggable-on/pull/446)

-------------------------------------------------------------------
Tue Jul 30 18:46:51 UTC 2013 - coolo@suse.com

- updated to version 2.4.1

-------------------------------------------------------------------
Mon Sep 27 14:24:55 UTC 2010 - kkaempf@novell.com

- update to git master
  fix misspelling in cache
  fix to get all tags for a custom context owned or unowned by
  specifying nil to owner_tags_on

-------------------------------------------------------------------
Thu Jun 10 14:32:49 UTC 2010 - mrueckert@suse.de

- update to version 2.0.6
  Rails 3 support
- use rubygems_requires macro

-------------------------------------------------------------------
Wed Feb 24 16:46:49 UTC 2010 - mrueckert@suse.de

- update to 1.1.5

-------------------------------------------------------------------
Wed Jan  6 19:44:24 CET 2010 - prusnak@suse.cz

- updated to 1.0.18

-------------------------------------------------------------------
Sun Dec 20 20:38:41 UTC 2009 - prusnak@suse.cz

- updated to 1.0.15

-------------------------------------------------------------------
Tue Nov 10 17:56:04 UTC 2009 - mrueckert@suse.de

- initial package

openSUSE Build Service is sponsored by