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: ekrich/sconfig
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.1
Choose a base ref
...
head repository: ekrich/sconfig
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.0
Choose a head ref
  • 10 commits
  • 45 files changed
  • 2 contributors

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    821420e View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    a8d6495 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Towards support File access on Scala Native (#349)

    * Move PlatfromThread to JVM and update comments
    
    * Add an impl object
    
    * Remove impl and celanup docs
    ekrich authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    87a88da View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    8535731 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    2dd0feb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1267a69 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    da295a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    9fc7fb0 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    43444bc View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Provide for better Platform support and testing (#350)

    * Add classes to allow migrations of methods to specific platforms
    
    * Move some common methods
    
    * Move platform to config package
    
    * Shared JVM Native tests work
    
    * Move parseString to common
    
    * Works good for all platforms, stub for JvmNative
    
    * Add two Reader tests to Native
    
    * Make default build 2.13 and rename ConfigDocumentTest to ConfigDocumentFactoryTest
    
    * Move ConfigFactoryTests to impl like other tests
    
    * Move tests from ConfigTest to ConfigFactoryJvmTest and then ConfigTest to shared
    
    * Make test class names singular
    
    * Checkpoint commit for ConfigOrigin setup
    
    * Update to more shared tests, add URL for Native, from 189 to 228 tests for Native
    
    * Add env vars to shared in anticipation of using them in Native or JS
    
    * Move ConfigSubstitutionTests to shared
    
    * Json4s almost works
    
    * Json4s cleanup
    
    * Got json4s test to work
    
    * Make comments generic
    
    * Json4sTest is now cross platform
    
    * Small updates, JS setting commented out
    
    * Upgrade to new version of json4s to fix JS ClassCastException problem
    
    * Upgrade Scala.js to 1.15.0, allow Reader tests now
    
    * Update docs and readme for release
    ekrich authored Dec 28, 2023
    Configuration menu
    Copy the full SHA
    7b7bddb View commit details
    Browse the repository at this point in the history
Loading