-
Notifications
You must be signed in to change notification settings - Fork 120
Comparing changes
Open a pull request
base repository: rails/importmap-rails
base: v2.0.1
head repository: rails/importmap-rails
compare: v2.0.2
- 20 commits
- 28 files changed
- 11 contributors
Commits on Jan 23, 2024
-
Add package information in vendored package file (#227)
Now that the packages are downloaded by default, apart from the output of the `pin` command we lose the track of the version and from where the package was downloaded. To track the version the solution was use a comment in bin/importmap next to the package version but nothing for the package origin so the proposal is add a comment in the first line of the downloaded package displaying the package name, version and from where it was downloaded.
Configuration menu - View commit details
-
Copy full SHA for 699a9bb - Browse repository at this point
Copy the full SHA 699a9bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddf9be4 - Browse repository at this point
Copy the full SHA ddf9be4View commit details
Commits on Jan 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eae70a3 - Browse repository at this point
Copy the full SHA eae70a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e4b036 - Browse repository at this point
Copy the full SHA 6e4b036View commit details
Commits on Feb 14, 2024
-
See #245 for context. The TL;DR is the response sometimes returns a String instead of Hash object. This should be handled properly. The way to handle this is up for discussion. To start addressing the issue the String response will just be surfaced as `latest_version`.
Configuration menu - View commit details
-
Copy full SHA for a0fb029 - Browse repository at this point
Copy the full SHA a0fb029View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41b84fb - Browse repository at this point
Copy the full SHA 41b84fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40df253 - Browse repository at this point
Copy the full SHA 40df253View commit details -
Reduce the number of assertions
We only care to assert on the `latest_version` since this is what we care about. Can revert the change if it is desired to assert the rest.
Configuration menu - View commit details
-
Copy full SHA for 38fb116 - Browse repository at this point
Copy the full SHA 38fb116View commit details
Commits on Mar 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f2779ee - Browse repository at this point
Copy the full SHA f2779eeView commit details
Commits on Apr 19, 2024
-
Merge pull request #238 from calebowens/fix-regex-for-super-indexes
Updated module_name regexp to not match incorrect indexes
Configuration menu - View commit details
-
Copy full SHA for 2ecde30 - Browse repository at this point
Copy the full SHA 2ecde30View commit details -
Merge pull request #239 from calebowens/fix-rakefile-loading-twice
Invoke app:template via Rake::Task[].invoke to avoid reloading rakefile
Configuration menu - View commit details
-
Copy full SHA for 61054a1 - Browse repository at this point
Copy the full SHA 61054a1View commit details -
Merge pull request #246 from vietqhoang/handle-string-response-for-fi…
…nd-latest-version Handle String response for "find latest version"
Configuration menu - View commit details
-
Copy full SHA for 1d93e41 - Browse repository at this point
Copy the full SHA 1d93e41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5144677 - Browse repository at this point
Copy the full SHA 5144677View commit details -
`fixture_path` was removed in Rails 7.2.
Configuration menu - View commit details
-
Copy full SHA for 0a63301 - Browse repository at this point
Copy the full SHA 0a63301View commit details
Commits on Sep 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 11e59ae - Browse repository at this point
Copy the full SHA 11e59aeView commit details -
Allows preload to be determined by provided entry_point (#253)
* Allows preload to be determined by provided entry_point * entry point defaults and fix * Tests for various preload values * Update README.md
Configuration menu - View commit details
-
Copy full SHA for e54fd54 - Browse repository at this point
Copy the full SHA e54fd54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a7d61c - Browse repository at this point
Copy the full SHA 8a7d61cView commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cc7142e - Browse repository at this point
Copy the full SHA cc7142eView commit details
Commits on Oct 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b360120 - Browse repository at this point
Copy the full SHA b360120View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb55367 - Browse repository at this point
Copy the full SHA fb55367View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.0.1...v2.0.2