Changes

Subscribe to the atom feed.

2015-08-29 Release: io7m-jvvfs 4.0.1
2015-08-29 Code fix: Migrate to GitHub.
2014-04-23 Release: io7m-jvvfs 4.0.0
2014-04-23 Code change: Rename each interface type S to SType, to follow new naming conventions.
2014-04-23 Code change: Use io7m-jlog 3.0.0.
2014-04-23 Code change: Use io7m-jfunctional, io7m-jnull, etc. Remove ConstraintError from all interfaces.
2014-04-24 Code change: All packages now exist under a common groupId (com.io7m.jvvfs).
2014-04-24 Code change: Filesystem.make*() now returns FilesystemType.
2014-04-24 Code new: Added FilesystemType mainly for aesthetic reasons (more pleasant to read than the capability types it extends).
2014-01-04 Release: io7m-jvvfs 3.1.1
2014-01-04 Code new: Use jaux 3.0.0 and jsr305 2.0.2.
2013-07-13 Release: io7m-jvvfs 3.1.0
2013-10-04 Code new: Add the ability to mount archives from anywhere, exposed as a capability.
2013-07-13 Code fix: Reduce log level of archive operations to 'debug'.
2013-06-30 Release: io7m-jvvfs 3.0.0
2013-06-30 Code change: Complete rewrite. Please consult the documentation for details on how to migrate a 2.*.* program to 3.0.0.
2013-04-06 Release: io7m-jvvfs 2.4.0
2012-12-04 Code fix: Use version ranges in dependencies
2012-12-04 Code new: Add touch() function to FilesystemAPI
2012-11-22 Release: io7m-jvvfs 2.3.0
2012-11-21 Code new: Update all plugins to latest versions
2012-11-10 Code fix: Use JSR 305 2.0.1
2012-10-21 Code fix: Improve javadoc. Use UnreachableCodeException from io7m-jaux 2.3.0
2012-09-05 Code fix: Add constructor without archive path in Filesystem, for using classpath-only filesystems
2012-08-14 Code fix: Correct mountUnsafeClassPathItem on windows (urls are not interchangeable with file paths!)
2012-08-14 Code fix: Weaken zip modification time tests, for portability
2012-07-27 Code fix: Update saxon-plugin to 1.1.0 to correct documentation builds on Windows
2012-07-25 Release: io7m-jvvfs 2.2.0
2012-07-25 Code fix: Improve installation documentation
2012-07-25 Code fix: Update versions of all plugins in POM
2012-07-15 Code fix: Add missing documentation CSS
2012-07-14 Release: io7m-jvvfs 2.1.0
2012-07-14 Code fix: Produce documentation with Maven
2012-07-13 Code fix: Make dependencies more honest: The package only depends on jsr305, not all of findbugs
2012-06-28 Release: io7m-jvvfs 2.0.0
2012-06-28 Code new: Switch to maven for builds
2012-04-20 Release: io7m-jvvfs 1.1.0
2012-04-20 Code fix: Non-root mount points for archives were not working correctly
2012-04-19 Code fix: Directories were not being listed when specifying a mount point directly
2012-04-19 Code new: Add mountUnsafeClasspathItem for mounting classpath archives
2012-04-19 Code fix: Add missing directory entries in file listings
2012-03-21 Release: io7m-jvvfs 1.0.1
2012-03-21 Code new: Add FreeBSD 8.2 as supported
2012-03-15 Release: io7m-jvvfs 1.0.0
2012-03-06 Code fix: Depend on jexternals for eclipse users
2012-02-08 Code new: Add SunOS supported