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: drakeet/MultiType
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.x
Choose a base ref
...
head repository: Driving/MultiType
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 37 files changed
  • 1 contributor

Commits on Apr 3, 2017

  1. Removed the deprecated Item, GlobalMultiTypePool, etc (#105)

    - Removed MultiTypeAdapter’s FlatTypeAdapter implementations
    drakeet committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    9961480 View commit details
    Browse the repository at this point in the history
  2. Supported one type to many binders (#106)

    * Supported one type to many binders
    
    * Fixed a code style
    
    * Added OneToManyFlow to control method callings
    
    * Added a TODO for register and changed builder to be interval
    
    * Supplied checkAndRemoveAllTypesIfNeed(class)
    
    * Renamed delegate to typePool
    
    * Supplied DuplicateTypesTest
    
    * Small change
    drakeet committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    078237a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5593d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f6b26f View commit details
    Browse the repository at this point in the history
  5. Used vararg type to instead of array for TO flow (#108)

    * Used vararg type to instead of array for TO flow
    
    * Fixed a code style
    drakeet committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    843ce5e View commit details
    Browse the repository at this point in the history
  6. Updated to v3.0.0-beta1

    drakeet committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    76a593d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5940ad9 View commit details
    Browse the repository at this point in the history
  8. Changed the T of OneToManyBuilder clazz to be <? extends T>

    for more flexible
    drakeet committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    80e8990 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2017

  1. Renamed TypePool#getContents() to getClasses() (#109)

    - Supplied some java docs
    drakeet authored Apr 4, 2017
    Configuration menu
    Copy the full SHA
    46ad904 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2017

  1. Configuration menu
    Copy the full SHA
    d54b9f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b387c73 View commit details
    Browse the repository at this point in the history
Loading