All Versions
100
Latest Version
Avg Release Cycle
19 days
Latest Release
553 days ago

Changelog History
Page 9

  • v1.9.1 Changes

    June 18, 2018

    โž• Added

    • #155 Improved the pagination object returned in lists, including more meaningful properties.

      • Old structure:
      {
        "pagination": {
          "currentPage": 1,
          "pagesCount": 2
        }
      }
      
      • New structure:
      {
        "pagination": {
          "currentPage": 2,
          "pagesCount": 13,
          "itemsPerPage": 10,
          "itemsInCurrentPage": 10,
          "totalItems": 126
        }
      }
      

    ๐Ÿ”„ Changed

    • Nothing

    ๐Ÿ—„ Deprecated

    • Nothing

    โœ‚ Removed

    • Nothing

    ๐Ÿ›  Fixed

    • ๐Ÿ›  #154 Fixed sizes of every result page when filtering by searchTerm
    • #157 Background commands executed by installation process now respect the originally used php binary
  • v1.9.0 Changes

    May 07, 2018

    โž• Added

    • #147 Allowed short URLs to be created on the fly using a single API request, including the API key in a query param.

      This eases integration with third party services.

      With this feature, a simple request to a URL like https://doma.in/rest/v1/short-codes/shorten?apiKey=[YOUR_API_KEY]&longUrl=[URL_TO_BE_SHORTENED] would return the shortened one in JSON or plain text format.

    ๐Ÿ”„ Changed

    • Nothing

    ๐Ÿ—„ Deprecated

    • Nothing

    โœ‚ Removed

    • Nothing

    ๐Ÿ›  Fixed

    • ๐ŸŒฒ #139 Ensured all core actions log exceptions
  • v1.8.1 Changes

    April 07, 2018

    โž• Added

    • Nothing

    ๐Ÿ”„ Changed

    • ๐Ÿšš #141 Removed workaround used in PathVersionMiddleware, since the bug in zend-stratigility has been fixed.

    ๐Ÿ—„ Deprecated

    • Nothing

    โœ‚ Removed

    • Nothing

    ๐Ÿ›  Fixed

    • โš  #140 Fixed warning thrown during installation while trying to include doctrine script
  • v1.8.0 Changes

    March 29, 2018

    โž• Added

    • #125 Implemented a path which returns a 1px image instead of a redirection.

      Useful to track emails. Just add an image pointing to a URL like https://doma.in/abc123/track to any email and an invisible image will be generated tracking every time the email is opened.

    • โœ… #132 Added infection to improve tests

    ๐Ÿ”„ Changed

    • โšก๏ธ #130 Updated to Expressive 3
    • โšก๏ธ #137 Updated symfony components to v4

    ๐Ÿ—„ Deprecated

    • Nothing

    โœ‚ Removed

    • ๐Ÿ‘ #131 Dropped support for PHP 7

    ๐Ÿ›  Fixed

    • Nothing
  • v1.7.2 Changes

    March 26, 2018

    โž• Added

    • Nothing

    ๐Ÿ”„ Changed

    • Nothing

    ๐Ÿ—„ Deprecated

    • Nothing

    โœ‚ Removed

    • Nothing

    ๐Ÿ›  Fixed

    • ๐Ÿ›  #135 Fixed PathVersionMiddleware being ignored when using expressive 2.2
  • v1.7.1 Changes

    March 21, 2018

    โž• Added

    • Nothing

    ๐Ÿ”„ Changed

    • โฌ†๏ธ #128 Upgraded to expressive 2.2

      This will ease the upcoming update to expressive 3

    ๐Ÿ—„ Deprecated

    • Nothing

    โœ‚ Removed

    • Nothing

    ๐Ÿ›  Fixed

    • ๐Ÿ‘‰ #126 Fixed E_USER_DEPRECATED errors triggered when using Expressive 2.2
  • v1.7.0 Changes

    January 21, 2018

    โž• Added

    • ๐Ÿ”ง #88 Allowed tracking of short URLs to be disabled by including a configurable query param
    • ๐Ÿ“‡ #108 Allowed metadata to be defined when creating short codes

    ๐Ÿ”„ Changed

    • ๐Ÿ’… #113 Updated CLI commands to use SymfonyStyle
    • #112 Enabled Lazy loading in CLI commands
    • #117 Every module which throws exceptions has now its own ExceptionInterface extending Throwable
    • ๐Ÿ— #115 Added phpstan to build matrix on PHP >=7.1 envs
    • #114 Replaced vlucas/phpdotenv dev requirement by symfony/dotenv

    ๐Ÿ—„ Deprecated

    • Nothing

    โœ‚ Removed

    • Nothing

    ๐Ÿ›  Fixed

    • Nothing
  • v1.6.2 Changes

    October 25, 2017

    โž• Added

    • Nothing

    ๐Ÿ”„ Changed

    • Nothing

    ๐Ÿ—„ Deprecated

    • Nothing

    โœ‚ Removed

    • Nothing

    ๐Ÿ›  Fixed

    • โœ… #109 Fixed installation error due to typo in latest migration
  • v1.6.1 Changes

    October 24, 2017

    โž• Added

    • Nothing

    ๐Ÿ”„ Changed

    • ๐Ÿ“ฆ #110 Created .gitattributes file to define files to be excluded from distributable package

    ๐Ÿ—„ Deprecated

    • Nothing

    โœ‚ Removed

    • Nothing

    ๐Ÿ›  Fixed

    • Nothing
  • v1.6.0 Changes

    October 23, 2017

    โž• Added

    • #44 Now it is possible to set custom slugs for short URLs instead of using a generated short code
    • #47 Allowed to limit short URLs availability by date range
    • #48 Allowed to limit the number of visits to a short URL
    • #105 Added option to enable/disable URL validation by response status code

    ๐Ÿ”„ Changed

    • โœ… #27 Added repository functional tests with dbunit
    • ๐Ÿ‘ป #101 Now specific actions just capture very specific exceptions, and let the ErrorHandler catch any other unhandled exception
    • #104 Used different templates for requested-short-code-does-not-exist and route-could-not-be-match
    • #99 Replaced usages of AnnotatedFactory by ConfigAbstractFactory
    • โšก๏ธ #100 Updated templates engine. Replaced twig by plates
    • #102 Improved coding standards strictness

    ๐Ÿ—„ Deprecated

    • Nothing

    โœ‚ Removed

    • ๐Ÿ‘ #86 Dropped support for PHP 5

    ๐Ÿ›  Fixed

    • #103 NotFoundDelegate now returns proper content types based on accepted content