Skip to content

Latest commit

 

History

History
61 lines (43 loc) · 1.42 KB

File metadata and controls

61 lines (43 loc) · 1.42 KB

Changelog

All notable changes to the CompanyHunter project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Initial release of CompanyHunter
  • Multi-API job search integration (Adzuna, Reed, Indeed)
  • Interactive map interface with Google Maps
  • Advanced filtering system
  • Modern UI with Framer Motion animations
  • Company information display
  • Responsive design for all devices

Changed

  • N/A

Deprecated

  • N/A

Removed

  • N/A

Fixed

  • N/A

Security

  • N/A

[0.1.0] - 2023-03-20

Added

  • Project initialization
  • Basic project structure
  • Initial documentation
  • Development environment setup

Versioning

Given a version number MAJOR.MINOR.PATCH, increment the:

  1. MAJOR version when you make incompatible API changes
  2. MINOR version when you add functionality in a backward compatible manner
  3. PATCH version when you make backward compatible bug fixes

Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.

Types of changes

  • Added for new features
  • Changed for changes in existing functionality
  • Deprecated for soon-to-be removed features
  • Removed for now removed features
  • Fixed for any bug fixes
  • Security in case of vulnerabilities