Metadata-Version: 1.1
Name: pantsbuild.pants.contrib.node
Version: 1.2.0rc3
Summary: Node.js support for pants.
Home-page: https://github.com/pantsbuild/pants
Author: UNKNOWN
Author-email: UNKNOWN
License: Apache License, Version 2.0
Description: Pants is an Apache2 licensed build tool written in Python.
        
        The latest documentation can be found `here <http://pantsbuild.github.io/>`_.
        
        1.2.x Stable Releases
        =====================
        
        This document describes releases from the ``1.2.x`` ``stable`` branch.
        
        
        1.2.0rc3 (10/20/2016)
        ---------------------
        
        The fourth release candidate for stable 1.2.0, which limits the default targets affected
        by scalafmt and includes Benjy's lovely "default source globs" patch.
        
        Bugfixes
        ~~~~~~~~
        
        * Fix erroneous deprecated scope warnings.
          `RB #4323 <https://rbcommons.com/s/twitter/r/4323>`_
        
        New Features
        ~~~~~~~~~~~~
        
        * Allow targets to have sensible defaults for sources=.
          `RB #4300 <https://rbcommons.com/s/twitter/r/4300>`_
        
        Refactoring, Improvements, and Tooling
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        * Add a target-types option to scalafmt to avoid formatting all targets
          `RB #4328 <https://rbcommons.com/s/twitter/r/4328>`_
        
        1.2.0rc2 (10/18/2016)
        ---------------------
        
        The third, and perhaps final, release candidate for stable 1.2.0.
        
        Notably: this release candidate restores JDK7 compatibility for junit tests.
        
        API Changes
        ~~~~~~~~~~~
        
        * Update junit runner to 1.0.15 to get java 7 compatibility
          `RB #4324 <https://rbcommons.com/s/twitter/r/4324>`_
        
        * Back down the minimum required java version for running Pants tools to java 7
          `RB #4314 <https://rbcommons.com/s/twitter/r/4314>`_
        
        Bugfixes
        ~~~~~~~~
        
        * Fix exclude_target_regexp breakage in test-changed and --files option breakage in changed with diffspec
          `RB #4321 <https://rbcommons.com/s/twitter/r/4321>`_
        
        * Prevent cleanup error at end of pants test with --test-junit-html-report option, update safe_rmtree to be symlink aware
          `RB #4319 <https://rbcommons.com/s/twitter/r/4319>`_
        
        * fix --changed-files option
          `RB #4309 <https://rbcommons.com/s/twitter/r/4309>`_
        
        New Features
        ~~~~~~~~~~~~
        
        * Adding scalafmt formatting to fmt goal and enable by default
          `RB #4312 <https://rbcommons.com/s/twitter/r/4312>`_
        
        Refactoring, Improvements, and Tooling
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        * migrate changed integration tests to isolated temp git repos and add an environment variable to override buildroot
          `RB #4295 <https://rbcommons.com/s/twitter/r/4295>`_
        
        1.2.0rc1 (10/13/2016)
        ---------------------
        
        Second release candidate for stable 1.2.0.
        
        API Changes
        ~~~~~~~~~~~
        
        * Add subsystem_utils to test_infra
          `RB #4303 <https://rbcommons.com/s/twitter/r/4303>`_
        
        Bugfixes
        ~~~~~~~~
        
        * Switch default deference back to True for tarball artifact
          `RB #4304 <https://rbcommons.com/s/twitter/r/4304>`_
        
        * Filter inactive goals from `Goal.all`.
          `RB #4298 <https://rbcommons.com/s/twitter/r/4298>`_
        
        * JUnit runner fix for len(args) > max_args in argfile.safe_args
          `RB #4294 <https://rbcommons.com/s/twitter/r/4294>`_
        
        Refactoring, Improvements, and Tooling
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        * Version clarification
          `RB #4299 <https://rbcommons.com/s/twitter/r/4299>`_
        
        1.2.0rc0 (10/07/2016)
        ---------------------
        
        First release candidate for stable 1.2.0.
        
        New Features
        ~~~~~~~~~~~~
        
        * Make the name= target keyword optional in BUILD files.
          `RB #4275 <https://rbcommons.com/s/twitter/r/4275>`_
        
        * Add Scalafmt Support to Pants
          `RB #4216 <https://rbcommons.com/s/twitter/r/4216>`_
        
        Refactoring, Improvements, and Tooling
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        * Add libffi to pants pre-reqs, qualify JDK req.
          `RB #4285 <https://rbcommons.com/s/twitter/r/4285>`_
        
        * Update the setup.py description.
          `RB #4283 <https://rbcommons.com/s/twitter/r/4283>`_
        
        * Refactor Intermediate Target Generation Logic
          `RB #4277 <https://rbcommons.com/s/twitter/r/4277>`_
        
        * Clean up after failed artifact extractions
          `RB #4255 <https://rbcommons.com/s/twitter/r/4255>`_
        
        * Publish the CPP plugin
          `RB #4282 <https://rbcommons.com/s/twitter/r/4282>`_
        
        * Change --no-dryrun to the new flag in docs
          `RB #4280 <https://rbcommons.com/s/twitter/r/4280>`_
        
        * Add --no-transitive flag to findbugs so you can run findbugs only for the targets specified on the command line
          `RB #4276 <https://rbcommons.com/s/twitter/r/4276>`_
        
        New Engine Work
        ~~~~~~~~~~~~~~~
        
        * [engine] Rule Graph construction perf improvements
          `RB #4281 <https://rbcommons.com/s/twitter/r/4281>`_
        
        * [engine] Introduce static analysis model and replace validator with it
          `RB #4251 <https://rbcommons.com/s/twitter/r/4251>`_
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Build Tools
