All Versions
21
Latest Version
Avg Release Cycle
94 days
Latest Release
906 days ago

Changelog History
Page 2

  • v6.1.1 Changes

    September 24, 2019
    • ➕ Add missing laravel/helpers composer package
  • v6.1.0 Changes

    June 02, 2019
    • ⚡️ Update composer deps
    • ⬇️ Drop PHP 7.1 travis test
  • v6.0.0 Changes

    March 03, 2019
    • Rename environment variable QUEUE_DRIVER to QUEUE_CONNECTION
    • Require PHP 7.2 & Laravel 5.8
    • ⚡️ Apply PHPUnit 8 updates
  • v5.0.2 Changes

    December 23, 2018
    • 🛠 Fix dialing code for Caribbean Netherlands, Curaçao","official, Saint Helena (fix #79)
    • Mexico City is no longer called Distrito Federal
    • 🆕 New currency code: VEF became VES
  • v5.0.1 Changes

    December 22, 2018
    • ⚡️ Update composer dependencies
    • ➕ Add PHP 7.3 support to travis
    • Mexico City is no longer called Distrito Federal
  • v5.0.0 Changes

    October 01, 2018
    • Enforce Consistency
    • 📦 Rename package to rinvex/countries
  • v4.0.0 Changes

    September 22, 2018
    • Simplify code by using PHP7 null coalescing operator
    • 🛠 Fix stupid gitattributes export-ignore issues
    • 📇 Rename country variable to countryCode for naming consistency
    • ✂ Remove file header docblock
    • Push forward PHPUnit version
    • ⚡️ Update composer config
    • 🛠 Fix deprecated PHPUnit TestCase namespace
    • Disable travis email notifications
    • 🛠 Fix git export-ignore dotfiles
    • 👌 Support the new StyleCI CSS/JS beta features
    • ➕ Add PHPUnitPrettyResultPrinter
    • Enforce consistency
    • Require PHP 7.1.0 at least
    • 👉 Tweak composer file
    • Typehint method returns
    • 🛠 Fix wrong method return types
    • ⚡️ Update minimum required PHP version
    • ⚡️ Update composer packages
    • ⚡️ Update travis php versions
    • ➕ Add Laravel Auto Discovery support and validation rule
    • ➕ Add missing Kosovo emoji
    • 💅 Drop StyleCI multi-language support (paid feature now!)
    • 🔧 Prepare and tweak testing configuration
    • ⚡️ Update PHPUnit options
  • v3.1.0 Changes

    March 07, 2017
    • Format country code to small case before retrieval
    • 🔄 Change internal methods visibility to protected
    • 💅 Update StyleCI fixers and other supplementary files
    • Enforce strict type declaration
    • Enforce consistency and rename Country Loader class
    • ✅ Execute reflections once per test class
    • 🛠 Fix strict type declaration issues and tweak code
    • ⚡️ Update Ukrainian phone prefixes and native name fix
  • v3.0.0 Changes

    December 12, 2016
    • ⬇️ Drop PHP 5.6 support
    • ⬇️ Drop leaking dependency
    • Require PHP 7.0 as a minimum requirement
    • 🛠 Fix wrong CountryLoaderException namespace (close #43)
    • ➕ Add test suites for Loader class & helper methods (close #42)
    • Apply few tweaks and enhancements
    • 🛠 Fix wrong tests namespace
    • ➕ Add missing test cases
    • Arrange country files into specific data domains
    • 💅 Update .styleci.yml and .gitignore config
    • 📚 Refactor documentation for easy reading
    • Enforce clean git export archive
    • 🛠 fixed ukrainian data
    • ⬇️ Drop LTS support
  • v2.0.0 Changes

    November 27, 2016
    • Rewrite from scratch, add massively extensive country data
      • Add emoji flags & their unicode attributes (close #6)
      • Add GeoJson data (close #20)
      • Add SVG flags (close #19)
      • Add separate country files (close #13)
      • Compress longlist for production usage
      • Add countries short list
      • Re-write form scratch for better & more intuitive API
      • Add country divisions (close #22)
      • Separate country translations into individual files (close #24)
      • Add unit testing suite
      • Add useful helpers
      • Drop illuminate dependencies
      • Refactor documentation