Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nette/di
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.14
Choose a base ref
...
head repository: nette/di
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.15
Choose a head ref
  • 11 commits
  • 13 files changed
  • 1 contributor

Commits on Oct 17, 2018

  1. travis: added PHP 7.3

    dg committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    08ab162 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2018

  1. updated to nette/utils 2.5

    dg committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    727f376 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb5b48c View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Configuration menu
    Copy the full SHA
    1b0c3aa View commit details
    Browse the repository at this point in the history
  2. CompilerExtension::validateConfig() prints 'section › value' instead …

    …of section.value in exception message
    dg committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    3fcdb19 View commit details
    Browse the repository at this point in the history
  3. Compiler: added option 'imported' as alias for 'dynamic'

    Forward compatibility with v3.0
    dg committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    ec7cb19 View commit details
    Browse the repository at this point in the history
  4. Compiler::loadDefinitions() sorts definitions only if needed

    This helps to have the same order of services in v2.4 and v3.0
    dg committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    77c47bf View commit details
    Browse the repository at this point in the history
  5. Compiler: names of anonymous services are just numbers

    This helps to have the same naming of methods in v2.4 and v3.0
    dg committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    e82661f View commit details
    Browse the repository at this point in the history
  6. Container: removed leading __ from anonymous method names

    This helps to have the same naming of methods in v2.4 and v3.0
    dg committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    05a6aee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b1d430 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d0561b8 View commit details
    Browse the repository at this point in the history
Loading