<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vim-prettier, branch 1.0.0</title>
<subtitle>Fork of vim-prettier with my patches.</subtitle>
<id>http://git.kilabit.info/vim-prettier/atom?h=1.0.0</id>
<link rel='self' href='http://git.kilabit.info/vim-prettier/atom?h=1.0.0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/'/>
<updated>2023-10-10T01:19:12Z</updated>
<entry>
<title>Relese 1.0</title>
<updated>2023-10-10T01:19:12Z</updated>
<author>
<name>mitermayer</name>
<email>mitermayer.reis@gmail.com</email>
</author>
<published>2023-10-10T01:19:12Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=e40b4d080e240924890911fb7af733241f4eceb1'/>
<id>urn:sha1:e40b4d080e240924890911fb7af733241f4eceb1</id>
<content type='text'>
- Adding support for prettier 3.x
</content>
</entry>
<entry>
<title>Merge pull request #348 from victorspt/fix/consider_option_version</title>
<updated>2023-10-10T01:02:33Z</updated>
<author>
<name>Mitermayer Reis</name>
<email>mitermayer.reis@gmail.com</email>
</author>
<published>2023-10-10T01:02:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=d10bdd15af8a61eff9d279bd2815b4192506d1c0'/>
<id>urn:sha1:d10bdd15af8a61eff9d279bd2815b4192506d1c0</id>
<content type='text'>
Fix/consider option version</content>
</entry>
<entry>
<title>docs: add comment describing global variable</title>
<updated>2023-10-09T22:38:05Z</updated>
<author>
<name>Victor S</name>
<email>victorplentz@gmail.com</email>
</author>
<published>2023-10-09T22:38:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=ba1d24036b35df89728344a46ed1f2006fbd1255'/>
<id>urn:sha1:ba1d24036b35df89728344a46ed1f2006fbd1255</id>
<content type='text'>
Wrote a comment describing the global variable that overwrites the
"bracketSameLine" option.
</content>
</entry>
<entry>
<title>docs: remove TODO comment of completed task</title>
<updated>2023-10-09T18:10:28Z</updated>
<author>
<name>Victor S</name>
<email>victorplentz@gmail.com</email>
</author>
<published>2023-10-08T18:10:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=c3340cdf1b7ab72c72fee2507beb91f0a4413226'/>
<id>urn:sha1:c3340cdf1b7ab72c72fee2507beb91f0a4413226</id>
<content type='text'>
Removed TODO comment that reminded to compose the flags of the CLI
command from a list using list methods. The task is completed.
</content>
</entry>
<entry>
<title>fix: look option and CLI versions to form command</title>
<updated>2023-10-09T18:10:06Z</updated>
<author>
<name>Victor S</name>
<email>victorplentz@gmail.com</email>
</author>
<published>2023-10-08T14:24:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=ec8650d942d86d3b7cf5d9114f66a4aee4cd85a2'/>
<id>urn:sha1:ec8650d942d86d3b7cf5d9114f66a4aee4cd85a2</id>
<content type='text'>
Considered the addition and deprecation versions of each Prettier option
contained in the object with details about the CLI flags when composing
the CLI command.
</content>
</entry>
<entry>
<title>docs: add Vim foldings to config.vim</title>
<updated>2023-10-09T18:08:03Z</updated>
<author>
<name>Victor S</name>
<email>victorplentz@gmail.com</email>
</author>
<published>2023-10-08T23:03:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=680534fc54701f4958e88f325a58767d7c936fe5'/>
<id>urn:sha1:680534fc54701f4958e88f325a58767d7c936fe5</id>
<content type='text'>
Added Vim foldings to sections of the code in config.vim to improve file
navigation.
</content>
</entry>
<entry>
<title>refactor: add function to select compatible flags</title>
<updated>2023-10-09T18:07:31Z</updated>
<author>
<name>Victor S</name>
<email>victorplentz@gmail.com</email>
</author>
<published>2023-10-08T14:12:11Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=b2ad859a252ded6de298e08ded2e89d23caa12f7'/>
<id>urn:sha1:b2ad859a252ded6de298e08ded2e89d23caa12f7</id>
<content type='text'>
Added a function that selects the flags that are compatible with
the version of the Prettier CLI being used. This is part of a plan to
compose the flags of the CLI command from an object with flag details.
</content>
</entry>
<entry>
<title>refactor: add function to filter flags by version</title>
<updated>2023-10-09T12:58:23Z</updated>
<author>
<name>Victor S</name>
<email>victorplentz@gmail.com</email>
</author>
<published>2023-10-08T13:13:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=3dfc0efda164980d30495153024410c347d07da8'/>
<id>urn:sha1:3dfc0efda164980d30495153024410c347d07da8</id>
<content type='text'>
Added a function to filter flags that are uncompatible with a supplied
version. This is part of a plan to compose the flags of the CLI command
from an object with flag details.
</content>
</entry>
<entry>
<title>test: add tests for version comparison</title>
<updated>2023-10-08T14:05:18Z</updated>
<author>
<name>Victor S</name>
<email>victorplentz@gmail.com</email>
</author>
<published>2023-10-08T14:05:18Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=9dc059220e66aab08e7d68970c562fabbae28831'/>
<id>urn:sha1:9dc059220e66aab08e7d68970c562fabbae28831</id>
<content type='text'>
Added unit tests for version-comparison functions.
</content>
</entry>
<entry>
<title>refactor: add version comparison functions</title>
<updated>2023-10-08T12:35:35Z</updated>
<author>
<name>Victor S</name>
<email>victorplentz@gmail.com</email>
</author>
<published>2023-10-08T12:35:35Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=0ecef37608eaea3e795b55b38b2403e7e8b5fdfb'/>
<id>urn:sha1:0ecef37608eaea3e795b55b38b2403e7e8b5fdfb</id>
<content type='text'>
Added 2 functions that compare versions strings according to semantic
version. This is part of a plan to compose the flags of the CLI command
from an object with flag details.
</content>
</entry>
</feed>
