[Java] Release 0.17.0
          ·
          
            16 commits
          
          to master
          since this release
        
        
        
Added
- keep_at_rulesoption to keep all "at-rules" (ones starting with- @) inside a "style" element. #265
Performance
- Avoid unnecessary check for double quotes.
- Avoid creating an unnecessary string cache entry.
- Use a more precise estimate for the size of the number of applied styles.
- Avoid hashtable rebuilding on small hashmaps.