Adam Stankiewicz
64d990ba10
Add changelog for 1.5.2
v1.5.2
2015-08-25 22:37:23 +02:00
Adam Stankiewicz
cb019c405b
Bump version to 1.5.2
2015-08-25 22:31:13 +02:00
Adam Stankiewicz
26f80d25be
Put smart host detection behind a configuration, fixes #1764
2015-08-25 22:26:26 +02:00
Adam Stankiewicz
fe9a1bb5fc
Revert "upgrade to newer semver, fixes #1817,#1845,#1851"
...
This reverts commit 8744449016 .
2015-08-25 17:12:51 +02:00
Adam Stankiewicz
79679f9b08
Revert "Make bower commands work from subdirectories"
...
This reverts commit 7acafc26d6 .
2015-08-25 17:11:48 +02:00
Adam Stankiewicz
5ef5403d69
Update changelog
2015-08-25 11:20:57 +02:00
Adam Stankiewicz
23afb3a129
Bump version to 1.5.1
v1.5.1
2015-08-23 16:37:07 +02:00
Adam Stankiewicz
fac08cf835
[test] Recover process.cwd() after running one test
2015-08-23 16:32:45 +02:00
Adam Stankiewicz
dd67cc7de0
If cwd provided explicitly, force using it, fixes #1866
2015-08-23 16:24:36 +02:00
Adam Stankiewicz
8531534241
Merge pull request #1885 from bower/rwjblue-patch-1
...
Remove `it.only`.
2015-08-23 15:30:38 +02:00
Robert Jackson
0993621bb8
Remove it.only.
2015-08-23 09:26:48 -04:00
Adam Stankiewicz
45fe5c37cc
Bump version to 1.5.0
v1.5.0
2015-08-23 14:34:30 +02:00
Adam Stankiewicz
35b60d8d89
Merge pull request #1865 from bower/sheerun-patch-1
...
No longer prefer installing bower as global
2015-08-23 14:30:16 +02:00
Adam Stankiewicz
63b4d37207
Merge pull request #1866 from bower/feature/cwd
...
Make bower commands work from subdirectories
2015-08-23 14:30:05 +02:00
Adam Stankiewicz
793268ed54
Merge pull request #1871 from bower/1.5.0-preview
...
Pluggable resolvers
2015-08-23 14:28:25 +02:00
Adam Stankiewicz
a4a05a5413
Make custom resolvers implementation pass through linter
2015-08-23 14:20:09 +02:00
Adam Stankiewicz
821979bab1
Rename options to bower and add "version" to resolvers options
2015-08-23 14:16:23 +02:00
Adam Stankiewicz
69be742619
Improve API for pluggable resolvers
2015-08-23 13:44:00 +02:00
Sindre Sorhus
298982b522
Merge pull request #1879 from bower/sheerun-patch-2
...
Remove core team section from README
2015-08-18 01:10:43 +07:00
Adam Stankiewicz
9f2b3d1cd4
Merge pull request #1872 from insanehong/add-shorthand-version
...
Add shorthand for version of options in help.json
2015-08-13 23:14:37 +02:00
Adam Stankiewicz
800119fc92
Remove core team section from README
...
Instead, use link to contributors page on GitHub
2015-08-13 23:11:44 +02:00
insanehong
725fc26880
Add shorthand for version of options in help.json
...
"-v" shorthand aleady supported of cli opeion for output version
2015-08-04 13:58:23 +09:00
Adam Stankiewicz
ed27e87540
Fix the tests
2015-08-04 06:40:03 +02:00
Adam Stankiewicz
4fc2b5cf76
Add tests and improve resolver interface
2015-08-04 06:21:06 +02:00
Adam Stankiewicz
749d46930d
Mention about issue with node path on Ubuntu
2015-07-29 00:02:12 +02:00
Adam Stankiewicz
7acafc26d6
Make bower commands work from subdirectories
2015-07-28 23:22:44 +02:00
Adam Stankiewicz
2817936b87
No longer prefer installing bower as global
...
Installing bower locally if perfectly good. It allows to use different version of bower locally.
The next step is to create bower-cli package that can run local bower installation.
2015-07-28 22:22:56 +02:00
Adam Stankiewicz
022c5a8401
Merge pull request #1864 from jodytate/patch-1
...
change to use a standard three dot ellipsis
2015-07-28 18:16:43 +02:00
jody tate
50fd944a62
change to use a standard three dot ellipsis
2015-07-28 08:19:05 -07:00
Adam Stankiewicz
9c9cd8164b
Merge pull request #1852 from ZephyrHealth/fix/update-semver
...
upgrade to newer semver, fixes #1817,#1845,#1851
2015-07-28 17:00:18 +02:00
Peter Chanthamynavong
8744449016
upgrade to newer semver, fixes #1817,#1845,#1851
...
Upgrading to latest version of semver to fix (#1817 , #1845 , #1851 ).
Possible breaking changes in regards to the way semvers handles pre-releases.
If a version has a prerelease tags (for example, 1.2.3-alpha.3) then it will only be allowed to satisfy comparator sets if at least one comparator with the same [major, minor, patch] tuple also has a prerelease tag.
For example, the range >1.2.3-alpha.0 would be allowed to match the version 1.2.3-alpha.7, but it would not be satisfied by * or 1.2.3. See [semvers](https://github.com/npm/node-semver#prerelease-tags ) additional details.
2015-07-23 07:52:14 -05:00
Adam Stankiewicz
ada6fc18d9
Implement initial version of pluggable resolvers
2015-07-09 18:30:26 +03:00
Adam Stankiewicz
2c9d847a1d
Merge pull request #1836 from blueyed/doc-remove-completion-section
...
doc: remove section about completion
2015-06-29 23:01:18 +03:00
Daniel Hahler
816cdda6bb
doc: remove section about completion
...
The completion command appears to have been lost during the rewrite
(#1066 ). So to avoid confusion it should not be mentioned in the
README.
2015-06-29 12:34:14 +02:00
Sindre Sorhus
833f97198e
minor package.json tweak
2015-05-19 20:55:20 +02:00
Adam Stankiewicz
293d5cc02b
Merge pull request #1802 from pgilad/patch-1
...
update license attribute
2015-05-19 16:04:24 +02:00
Gilad Peleg
dbb302f22a
update license attribute
...
specifying the type and URL is deprecated:
https://docs.npmjs.com/files/package.json#license
http://npm1k.org/
2015-05-19 13:05:23 +03:00
Sindre Sorhus
87d21e7968
use package.json files object to reduce the package size
...
https://docs.npmjs.com/files/package.json#files
2015-04-28 12:34:44 +07:00
insanehong
9dd79a8061
Auto-sort bower.json dependencies alphabetically, fixes #1373
2015-04-14 00:06:13 +02:00
Adam Stankiewicz
a1287416d4
Update changelog for 1.4.1
2015-04-01 00:38:21 -07:00
Adam Stankiewicz
00dc877f0a
1.4.1
v1.4.1
2015-04-01 00:35:54 -07:00
Adam Stankiewicz
335081053d
Bump bower-config and bower-registry-client versions, fixes #1763
2015-04-01 00:35:00 -07:00
Adam Stankiewicz
4af22cfbc0
[test] Replace sync-exec with spawn-sync
...
sync-exec has performance issue on Windows
2015-03-31 23:39:13 -07:00
Adam Stankiewicz
ab4f8a0e39
[test] Make synchronous exec work on Windows
2015-03-31 22:00:02 -07:00
Adam Stankiewicz
7e110603b5
[test] Make git helper in tests synchronous
2015-03-31 19:08:37 -07:00
Adam Stankiewicz
94455192ad
Use -y flag for Chocolatey as AppVeyor suggests
2015-03-31 18:42:21 -07:00
Adam Stankiewicz
c4ca24a537
Add changelog for 1.4.0
2015-03-31 08:52:55 -07:00
Adam Stankiewicz
ea1f5d1ff0
Bump to 1.4.0
v1.4.0
2015-03-30 15:46:30 -07:00
Adam Stankiewicz
77b7355433
Bump npm-config, fixes #1689 , fixes #1711
2015-03-30 01:23:20 -07:00
Adam Stankiewicz
e727566741
Revert SvnResolver changes (windows paths in URLs)
2015-03-30 00:49:06 -07:00