2024-02-21 19:07:40 -05:00
{
"name" : "sparo" ,
"entries" : [
2024-10-24 16:28:32 -04:00
{
"version" : "1.8.0" ,
"tag" : "sparo_v1.8.0" ,
"date" : "Thu, 24 Oct 2024 20:28:32 GMT" ,
"comments" : {
"none" : [
{
"comment" : "Introduce a quicker selection algorithm if applicable"
} ,
{
"comment" : "Improve log when failed to evaluate project selectors"
}
]
}
} ,
2024-10-01 16:22:25 -04:00
{
"version" : "1.7.1" ,
"tag" : "sparo_v1.7.1" ,
"date" : "Tue, 01 Oct 2024 20:22:25 GMT" ,
"comments" : {
"none" : [
{
"comment" : "Fix git configs for tracking branch"
}
]
}
} ,
2024-08-27 13:48:19 -04:00
{
"version" : "1.7.0" ,
"tag" : "sparo_v1.7.0" ,
"date" : "Tue, 27 Aug 2024 17:48:19 GMT" ,
"comments" : {
"none" : [
{
"comment" : "Fix an edge case for shell completion"
}
]
}
} ,
2024-08-16 18:09:09 -04:00
{
"version" : "1.6.0" ,
"tag" : "sparo_v1.6.0" ,
"date" : "Fri, 16 Aug 2024 22:09:09 GMT" ,
"comments" : {
"none" : [
{
"comment" : "Supports shell completion"
} ,
{
"comment" : "Include CHANGELOG.md in published releases"
}
]
}
} ,
2024-07-15 14:00:28 -04:00
{
"version" : "1.5.0" ,
"tag" : "sparo_v1.5.0" ,
"date" : "Mon, 15 Jul 2024 18:00:28 GMT" ,
"comments" : {
"none" : [
{
"comment" : "Automatically set up recommended git configuration even when performing a full clone"
} ,
{
"comment" : "\"sparo fetch\" behaves the same as \"git fetch\" when no remote or no branches specified"
} ,
{
"comment" : "Print error message and exit when git pull fails"
}
]
}
} ,
2024-07-02 14:03:53 -04:00
{
"version" : "1.4.0" ,
"tag" : "sparo_v1.4.0" ,
"date" : "Tue, 02 Jul 2024 18:03:52 GMT" ,
"comments" : {
"none" : [
{
"comment" : "Improve logic to check existence of a branch"
} ,
{
"comment" : "Enhance metric logic to accurately report success data"
}
]
}
} ,
2024-05-31 14:31:02 -04:00
{
"version" : "1.3.0" ,
"tag" : "sparo_v1.3.0" ,
"date" : "Fri, 31 May 2024 18:31:02 GMT" ,
"comments" : {
"none" : [
{
"comment" : "\"sparo checkout -\" can checkout to previous branch correctly"
} ,
{
"comment" : "\"sparo pull\" respects temporary rush selectors \"--to\" and \"--from\"."
}
]
}
} ,
2024-05-24 19:10:09 -04:00
{
"version" : "1.2.0" ,
"tag" : "sparo_v1.2.0" ,
"date" : "Fri, 24 May 2024 23:10:09 GMT" ,
"comments" : {
"none" : [
{
"comment" : "Improve \"sparo checkout\" help text for \"--profile\", \"--add-profile\" and \"--no-profile\" paramters"
} ,
{
"comment" : "\"sparo fetch\" and \"sparo pull\" automatically clean up merged branches from the git configuration before actually invoking git fetch or pull"
}
]
}
} ,
2024-05-10 16:44:01 -04:00
{
"version" : "1.1.0" ,
"tag" : "sparo_v1.1.0" ,
"date" : "Fri, 10 May 2024 20:44:01 GMT" ,
"comments" : {
"none" : [
{
"comment" : "Fix checkout command in a detached HEAD state"
} ,
{
"comment" : "[sparo checkout] support cli --to/--from option for projects selection"
} ,
{
"comment" : "Improve check logic to prevent unnecessary git operations when tracking remote branches"
}
]
}
} ,
2024-04-15 19:34:54 -04:00
{
"version" : "1.0.8" ,
"tag" : "sparo_v1.0.8" ,
"date" : "Mon, 15 Apr 2024 23:34:54 GMT" ,
"comments" : {
"minor" : [
{
"comment" : "Sparo fetch all remote branches when \"sparo fetch--all\""
} ,
{
"comment" : "Track the branch which specifies to sparo checkout"
} ,
{
"comment" : "Add \"sparo pull\" command"
}
] ,
"none" : [
{
"comment" : "Fix typo in recommended configs"
}
]
}
} ,
2024-03-29 17:28:25 -04:00
{
"version" : "1.0.7" ,
"tag" : "sparo_v1.0.7" ,
"date" : "Fri, 29 Mar 2024 21:28:25 GMT" ,
"comments" : {
"none" : [
{
"comment" : "No need to sync sparse checkout state if the target kind is file path"
}
]
}
} ,
2024-03-29 15:27:13 -04:00
{
"version" : "1.0.6" ,
"tag" : "sparo_v1.0.6" ,
"date" : "Fri, 29 Mar 2024 19:27:13 GMT" ,
"comments" : {
"none" : [
{
"comment" : "Checkout can handle branch, tag, commit SHA and file path"
}
]
}
} ,
2024-03-15 15:46:56 -04:00
{
"version" : "1.0.5" ,
"tag" : "sparo_v1.0.5" ,
"date" : "Fri, 15 Mar 2024 19:46:56 GMT" ,
"comments" : {
"none" : [
{
"comment" : "Add more comments in Sparo profile template"
} ,
{
"comment" : "Add a new launch option called \"additionalSkeletonFolders\" to add more folders to skeleton"
}
]
}
} ,
2024-03-08 21:43:07 -05:00
{
"version" : "1.0.4" ,
"tag" : "sparo_v1.0.4" ,
"date" : "Sat, 09 Mar 2024 02:43:07 GMT" ,
"comments" : {
"none" : [
{
"comment" : "Fix parse sparo commit -m issue"
}
]
}
} ,
2024-03-08 18:50:26 -05:00
{
"version" : "1.0.3" ,
"tag" : "sparo_v1.0.3" ,
"date" : "Fri, 08 Mar 2024 23:50:26 GMT" ,
"comments" : {
"none" : [
{
"comment" : "Fix finding rush plugin paths issue in a subfolder of repository"
} ,
{
"comment" : "Specified version takes over the sparo-lib version"
}
]
}
} ,
2024-03-05 12:16:25 -05:00
{
"version" : "1.0.2" ,
"tag" : "sparo_v1.0.2" ,
"date" : "Tue, 05 Mar 2024 17:16:25 GMT" ,
"comments" : {
"none" : [
{
"comment" : "Set mininal supported git version to 2.43.0"
}
]
}
} ,
2024-03-05 12:04:18 -05:00
{
"version" : "1.0.1" ,
"tag" : "sparo_v1.0.1" ,
"date" : "Tue, 05 Mar 2024 17:04:18 GMT" ,
"comments" : { }
} ,
2024-03-05 12:01:33 -05:00
{
"version" : "1.0.0" ,
"tag" : "sparo_v1.0.0" ,
"date" : "Tue, 05 Mar 2024 17:01:33 GMT" ,
"comments" : {
"none" : [
{
"comment" : "Update the minimal git supported version to 2.44.0"
} ,
{
"comment" : "Improve the \"sparo init-profile\" template comments"
}
]
}
} ,
2024-03-04 23:37:22 -05:00
{
"version" : "0.0.7" ,
"tag" : "sparo_v0.0.7" ,
"date" : "Tue, 05 Mar 2024 04:37:22 GMT" ,
"comments" : {
"none" : [
{
"comment" : "Support --profile parameter in clone command"
} ,
{
"comment" : "Fix a compatibility issue when getting profile name on Windows OS"
}
]
}
} ,
2024-03-02 01:30:17 -05:00
{
"version" : "0.0.6" ,
"tag" : "sparo_v0.0.6" ,
"date" : "Sat, 02 Mar 2024 06:30:17 GMT" ,
"comments" : {
"patch" : [
{
"comment" : "Fix a regression in sparo checkout"
}
]
}
} ,
2024-03-01 18:21:32 -05:00
{
"version" : "0.0.5" ,
"tag" : "sparo_v0.0.5" ,
"date" : "Fri, 01 Mar 2024 23:21:32 GMT" ,
"comments" : {
"none" : [
{
"comment" : "Improve error logs when get projects from selection failed"
} ,
{
"comment" : "Allow other configuration files under sparo files folder"
} ,
{
"comment" : "Add subspace folders under all project folders into skeleton"
} ,
{
"comment" : "Add help alias and enable strict mode"
}
]
}
} ,
2024-03-01 04:03:08 -05:00
{
"version" : "0.0.4" ,
"tag" : "sparo_v0.0.4" ,
"date" : "Fri, 01 Mar 2024 09:03:08 GMT" ,
"comments" : {
"none" : [
{
"comment" : "--help and help shows basic help text"
} ,
{
"comment" : "List all available profiles when no --project specified"
} ,
{
"comment" : "Improve \"sparo checkout\" to support the --add-profile parameter"
} ,
{
"comment" : "Add update notifier"
} ,
{
"comment" : "Support checkout --to or --from in sparo-ci, replacing sparo-ci sparse"
} ,
{
"comment" : "support for cloning a specify branch"
} ,
{
"comment" : "Add website links to README.md and package.json"
}
]
}
} ,
2024-02-23 23:08:09 -05:00
{
"version" : "0.0.3" ,
"tag" : "sparo_v0.0.3" ,
"date" : "Sat, 24 Feb 2024 04:08:09 GMT" ,
"comments" : {
"none" : [
{
"comment" : "Improve terminal user interface"
} ,
{
"comment" : "Add \"sparo init-profile --profile <name>\" command"
} ,
{
"comment" : "Support checkout uncommitted sparo profiles"
} ,
{
"comment" : "add remote and branch arguments for sparo fetch & cr fix"
} ,
{
"comment" : "fix load path in sparo profile service"
} ,
{
"comment" : "Fix log format"
} ,
{
"comment" : "Add a startup banner display version infos"
}
]
}
} ,
2024-02-21 20:51:45 -05:00
{
"version" : "0.0.2" ,
"tag" : "sparo_v0.0.2" ,
"date" : "Thu, 22 Feb 2024 01:51:44 GMT" ,
"comments" : {
"none" : [
{
"comment" : "Remove housekeeping code"
} ,
{
"comment" : "Update documentation"
}
]
}
} ,
2024-02-21 19:07:40 -05:00
{
"version" : "0.0.1" ,
"tag" : "sparo_v0.0.1" ,
"date" : "Thu, 22 Feb 2024 00:07:39 GMT" ,
"comments" : {
"none" : [
{
"comment" : "Initial implementation"
}
]
}
}
]
}