Skip to content

Latest commit

 

History

History
216 lines (134 loc) · 4.7 KB

CHANGELOG.md

File metadata and controls

216 lines (134 loc) · 4.7 KB
  • Tolk 5.0.1

    • Update jQuery to 3.7.0
  • Tolk 5.0.0

    • Minimum rails version 6.0
    • Remove sassc dependency
    • Test ruby 3.2
  • Tolk 4.3.0

    • Added matrix for testing
    • Added a new option ignore_locale_files to specifically ignore locale files
  • Tolk 4.2.0

    • Rails 7 compatibility by @Kevinrob
  • Tolk 4.1.1

    • Fix tests
    • Fix numeric values being dumped as strings (@fernandomm, @kevinrob)
  • Tolk 4.1

    • Allow for ruby 3 compatibility updating kaminari call (@dianedelallee, @Migoo, @Kevinrob)
  • Tolk 4.0

    • Avoid a case_sensitive rails 6 deprecation warning
  • Tolk 4.0

    • New regex to have more consistent ignored_keys (@schnika)
    • Request ruby 2.5 as 2.4 is EOL
    • Minimum rails version 5.2
  • Tolk 3.2.1

    • Update fonts used to unicode supporting ones and remove non-unicode version (@marcindrozd)
  • Tolk 3.2.0

    • Faster sync ! (@printercu)
    • Allow to ignore keys (@rikas)
  • Tolk 3.1.0

    • Much refreshed UI ! (@jmvallet)
  • Tolk 3.0.2

    • Allow configuration of line width for dumps via Tolk::Config.yaml_line_width (@madis)
    • Fix an n+1 query (@gisliorn)
    • Make tests pass
  • Tolk 3.0.1

    • Rails 5.1 enhanced compatibility (@sgrosse)
  • Tolk 3.0.0

    • All tests passes
    • Remove support for ruby < 2.2.2
    • Remove support for rails < 5.0
    • Rails 5.1 compatibility
  • Tolk 2.0.0

    • Release
  • Tolk 2.0.0-pre

    • Rails 5.0 support @dnrce, @NomNomCameron
    • Drop ruby 1.9.3
  • Tolk 1.9.3

    • Fix for a wrong order of requires (@wpp)
  • Tolk 1.9.2

    • Fix for initializer in the gemfile (@lime)
  • Tolk 1.9.0

    • Allow not to sync files of type devise.fr.yml (only translate your work via tolk)
  • Tolk 1.8.1

    • Backport for fix #108 (@lime)
  • Tolk 1.8.0

    • Allow to exclude locales from other gems in config ! (@tsai146)
    • Make Tolk able to use either Kaminari or will_paginate (@lime)
  • Tolk 1.7.0

    • Rails 4.2 compatibility (@dnrce)
    • Fixed parameter handling in dump_yaml task (@grk)
  • Tolk 1.6.0

    • Rails 4.2 beta compatibility (@cnrce)
  • Tolk 1.6.0

    • Rails 4.0 and 4.1 compatibility (@grk @zoombody)
    • Cleanup for the gem and safe_yaml, makes tolk a better citizen (@grk)
    • Updating preloader calls (@AlexStein)
  • Tolk 1.5.02

    • Ruby and gem requirements are much cleaner (@zoombody)
    • Rails version support is more clear (@zoombody)
    • Tests are also cleaner ! (@zoombody)
  • Tolk 1.5.01

    • Loose dependency on safe_yaml
  • Tolk 1.5.00

    • Remove all warning related to Rails 4
    • Ability to dum a single locale (@raouldevil)
    • Strong params (@jmccartie)
  • Tolk 1.4.00

    • Upgraded to work with Rails 4 (@jamesw)
  • Tolk 1.3.12

    • A few bugfixes
    • libraries added to precompiled files (@ressu)
    • set primary_locale correctly (@devolute)
    • typo on the doc (jankeesw)
    • don't allow nil translations (insales)
  • Tolk 1.3.11

    • Bugkfix on tolk locale dump path
  • Tolk 1.3.10

    • UI Improvments (@laurens)
    • Export class refactoring (@modsognir)
    • Text strip (@csaura)
  • Tolk 1.3.9

    • Activate deserialize_symbols option of SafeYaml, if not, Rails date_select will be broken...
  • Tolk 1.3.8

    • Update safe_yaml to 0.8.6, fixes issue : invalid value for Float(): "." (#29)
    • Fixed download locale yml file (@fcsonline)
    • Added interpolations keys validations (@fcsonline)
    • Added an alert when leave the page with non saved data (@fcsonline)
    • Added statistics endpoint (@fcsonline)
    • Fixed Portuguese Brazilian locale code (@fcsonline)
  • Tolk 1.3.7

    • Removing a js warning of scriptaculous
    • Adding Gemfile.lock for tests to pass
    • Use safe_load (Larry Lv)
    • Remove warning of safe_yaml
  • Tolk 1.3.6

    • Better sync (@elDub)
    • Better safe_yaml warnings support (@mangelajo)
    • Better safe_yaml warnings support (@mangelajo)
  • Tolk 1.3.5

    • Fixed CVE-2013-0156 (Lawrence Pit)
    • Added possibility to refresh locale ui (@ck3g)
    • Namespace locale parameter (laurense)
    • Removed an old Hax which delayed this release for 1 week...
  • Tolk 1.3.4

    • fixed a boolean flags entry
  • Tolk 1.3.3

    • fixed a incompatible character encoding error
  • Tolk 1.3.2

    • fixed a crash and made tests passing (gshilin)
  • Tolk 1.3.0

    • Improved header (bquorning)
    • Locales are ordered by name in locales/index
    • Tolk ignore files with name of type xxx.en.yml
    • Default mapping use http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
    • Adding a config file for Tolk in the hosted application
      • Allow to config Mappings
      • Allow to config dump_path
  • Tolk 1.2.0 [May 16th, 2012]

    • Adding search within key (ZenCocoon)
    • Update for Rails 3.2.3 whitelist attributes compatibility
  • Tolk 1.1.0 [May 15th, 2012]

    • Update for Rails 3.2 compatibility
    • Added Travis CI
  • Tolk 1.0.0 [June 6th, 2010]

    • First public release as a Rails 3 engine gem