Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v0.4.2
    - Throw error when there is no index locally
    - Updated dependencies
  • v0.4.1
    fix CORS issues in server
    
    Swagger can be accessed now at https://kskarthik.gitlab.io/go-ifsc/
  • v0.4.0
    c15c0622 · feat: bump version ·
    Ability to customize CLI search output
    
    This release adds support to customize the columns names of cli search
    command output
    
    New optional flags `--columns` or `-c` can be used
    
    Example: ifsc search axis karol --limit 2 --columns 'BANK,ADDRESS,CONTACT'
    
    This release is dedicated to Abraham Raji, Who was a debian developer & an active member of FSCI. I share some memories working with such a passionate person. On 13th September 2023, He died in a water accident during a trip in the DebConf 2023 (https://fsci.in/blog/we-have-lost-a-charismatic-and-energetic-member-of-the-community/)
  • v0.3.1
    Fix indexing in Dockerfile as non-root user
  • v0.3.0
    4ea4d4db · feat: bump version ·
    New API Endpoints & Swagger docs
    
    * Added enpoints:
      / - Returns application version
      /fields - Returns all fields of a bank as array
    
    * Code readability improvements
    * Documentation updates
  • v0.2.1
    7f5fe1e0 · feat: bump app version ·
    Minor release:
    
    * code refactoring of global functions
    * added code comments
  • v0.2.0
    This release includes a couple of features / fixes
    
    fixes:
    
    * cli: proper formatting of check output
    
    Features:
    * search cli/gui can be customizable via various text matching patterns
    * search cli now shows results in table format
    * customize cli search output with markdown, html & csv outputs
    
    Breaking Changes:
    * No more use of '+' delimiter in in 'q=' query param in API
    * search results limit set to 20 results by default
  • v0.1.0