Skip to content

feat: Add attribute selector aware class & id renaming#6

Merged
ardalanamini merged 7 commits intomainfrom
5-feat-add-attribute-selector-aware-class-id-renaming
Jul 25, 2022
Merged

feat: Add attribute selector aware class & id renaming#6
ardalanamini merged 7 commits intomainfrom
5-feat-add-attribute-selector-aware-class-id-renaming

Conversation

@ardalanamini
Copy link
Copy Markdown
Member

@ardalanamini ardalanamini commented Jul 21, 2022

📑 Description

  • Add attribute selector aware class & id renaming

✅ Checks

  • My code requires changes to the documentation
  • I have updated the documentation as required
  • I have updated the unit tests

ℹ️ Additional Information

Closes #5

@ardalanamini ardalanamini self-assigned this Jul 21, 2022
@ardalanamini ardalanamini linked an issue Jul 21, 2022 that may be closed by this pull request
@ardalanamini ardalanamini added the enhancement New feature or request label Jul 21, 2022
@ardalanamini ardalanamini added this to the v1.0.0 milestone Jul 21, 2022
@ardalanamini ardalanamini changed the title refactor: Rename node.name method to node.rename feat: Add attribute selector aware class & id renaming Jul 21, 2022
@codecov
Copy link
Copy Markdown

codecov bot commented Jul 21, 2022

Codecov Report

Merging #6 (514e34d) into main (4765517) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##              main        #6    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files            5         5            
  Lines           70       231   +161     
  Branches         8        54    +46     
==========================================
+ Hits            70       231   +161     
Impacted Files Coverage Δ
src/MiniCSS.ts 100.00% <100.00%> (ø)
src/Node.ts 100.00% <100.00%> (ø)
src/constants.ts 100.00% <100.00%> (ø)
src/index.ts 100.00% <100.00%> (ø)
src/utils.ts 100.00% <100.00%> (ø)

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@ardalanamini ardalanamini force-pushed the 5-feat-add-attribute-selector-aware-class-id-renaming branch from 77ec296 to d559fca Compare July 24, 2022 17:45
@ardalanamini ardalanamini added the breaking Breaking changes label Jul 24, 2022
@ardalanamini ardalanamini marked this pull request as ready for review July 25, 2022 10:41
@ardalanamini ardalanamini merged commit cd42e2e into main Jul 25, 2022
@ardalanamini ardalanamini deleted the 5-feat-add-attribute-selector-aware-class-id-renaming branch July 25, 2022 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking Breaking changes enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Add attribute selector aware class & id renaming

1 participant