Skip to content

v1.0beta4

Pre-release
Pre-release
Compare
Choose a tag to compare
@cfillion cfillion released this 21 Apr 19:37
· 220 commits to master since this release
v1.0beta4
d056ea8

Added:

  • create --scan option to specify specific commits to index
  • detect more potential mistakes in --check mode
  • detect most file conflicts scenarios
  • implement path globbing in the @provides tag
  • implement per-source type override
  • support for .data packages

Changed:

  • add optional verbose output to --check mode
  • bump minimum supported Ruby version to 2.3
  • don't bump the commit marker until something is actually indexed
  • don't bump the release date when amending a version
  • ignore packages in the root directory (ie. not in a category subfolder)
  • light performance optimizations
  • rewrite most error messages
  • warn if the index name is unset in --check mode as well
  • win32 installer: update Ruby to v2.3

Fixed:

  • avoid reincrementing the changecount when indexing the same package or version
  • don't crash when a provided file has an invalid url
  • don't crash when encountering empty @provides tags
  • don't crash when reading from an invalid index file
  • don't show the full path to the indexer in the unset name example
  • prevent --ignore from partially matching paths